Skip to content

Commit

Permalink
Update Rust crate serde to v1.0.206
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Aug 11, 2024
1 parent d3257b9 commit eb75796
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.

4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ ring = { version = "0.17.8", features = ["std"] }
schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] }
scopeguard = { version = "1.2.0" }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.205", features = ["alloc", "derive", "rc"] }
serde = { version = "1.0.206", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.122", features = ["raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.5.0", features = ["bytes", "inline", "unicode"] }
Expand Down Expand Up @@ -194,7 +194,7 @@ ring = { version = "0.17.8", features = ["std"] }
schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] }
scopeguard = { version = "1.2.0" }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.205", features = ["alloc", "derive", "rc"] }
serde = { version = "1.0.206", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.122", features = ["raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.5.0", features = ["bytes", "inline", "unicode"] }
Expand Down

0 comments on commit eb75796

Please sign in to comment.