Skip to content

Commit

Permalink
Merge pull request #103 from influxdata/dependabot/cargo/schemars-0.8.16
Browse files Browse the repository at this point in the history
chore(deps): bump schemars from 0.8.15 to 0.8.16
  • Loading branch information
philjb authored Dec 4, 2023
2 parents e3a229f + a17c444 commit 111e811
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kubert = { version = "0.19.0", features = [
tokio = { version = "1.26", features = ["full"] }
anyhow = { version = "1", features = ["backtrace"] }
tracing = "0.1"
schemars = "0.8.15"
schemars = "0.8.16"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9.27"
Expand Down

0 comments on commit 111e811

Please sign in to comment.