Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.117 (#5772)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored May 15, 2024
1 parent ce4c9b4 commit 9aeffa0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -410,7 +410,7 @@ secrecy = "0.8.0"
semver = { version = "1.0.22", features = ["std", "serde"] }
serde = { version = "1.0", default-features = false, features = [ "derive", "rc" ] }
serde_human_bytes = { git = "http://github.com/oxidecomputer/serde_human_bytes", branch = "main" }
serde_json = "1.0.116"
serde_json = "1.0.117"
serde_path_to_error = "0.1.16"
serde_tokenstream = "0.2"
serde_urlencoded = "0.7.1"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ schemars = { version = "0.8.17", features = ["bytes", "chrono", "uuid1"] }
scopeguard = { version = "1.2.0" }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0.201", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.116", features = ["raw_value", "unbounded_depth"] }
serde_json = { version = "1.0.117", features = ["raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.4.0", features = ["inline", "unicode"] }
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
Expand Down Expand Up @@ -197,7 +197,7 @@ schemars = { version = "0.8.17", features = ["bytes", "chrono", "uuid1"] }
scopeguard = { version = "1.2.0" }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0.201", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.116", features = ["raw_value", "unbounded_depth"] }
serde_json = { version = "1.0.117", features = ["raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.4.0", features = ["inline", "unicode"] }
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
Expand Down

0 comments on commit 9aeffa0

Please sign in to comment.