Skip to content

Commit

Permalink
chore(deps): update rust crate serde_json to 1.0.108
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Oct 31, 2023
1 parent 9771567 commit 1f91f4c
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 @@ -309,7 +309,7 @@ semver = { version = "1.0.20", features = ["std", "serde"] }
serde = { version = "1.0", default-features = false, features = [ "derive" ] }
serde_derive = "1.0"
serde_human_bytes = { git = "http://github.com/oxidecomputer/serde_human_bytes", branch = "main" }
serde_json = "1.0.107"
serde_json = "1.0.108"
serde_path_to_error = "0.1.14"
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 @@ -79,7 +79,7 @@ ring = { version = "0.16.20", features = ["std"] }
schemars = { version = "0.8.13", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1.0.188", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.107", features = ["raw_value"] }
serde_json = { version = "1.0.108", features = ["raw_value"] }
sha2 = { version = "0.10.8", features = ["oid"] }
signature = { version = "2.1.0", default-features = false, features = ["digest", "rand_core", "std"] }
similar = { version = "2.2.1", features = ["inline", "unicode"] }
Expand Down Expand Up @@ -171,7 +171,7 @@ ring = { version = "0.16.20", features = ["std"] }
schemars = { version = "0.8.13", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1.0.188", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.107", features = ["raw_value"] }
serde_json = { version = "1.0.108", features = ["raw_value"] }
sha2 = { version = "0.10.8", features = ["oid"] }
signature = { version = "2.1.0", default-features = false, features = ["digest", "rand_core", "std"] }
similar = { version = "2.2.1", features = ["inline", "unicode"] }
Expand Down

0 comments on commit 1f91f4c

Please sign in to comment.