Skip to content

Commit bca1f2d

Browse files
Update Rust crate serde to v1.0.199 (#5647)
1 parent 6151bf9 commit bca1f2d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ reqwest = { version = "0.11.24", features = ["blocking", "cookies", "json", "rus
9191
ring = { version = "0.17.8", features = ["std"] }
9292
schemars = { version = "0.8.16", features = ["bytes", "chrono", "uuid", "uuid1"] }
9393
semver = { version = "1.0.22", features = ["serde"] }
94-
serde = { version = "1.0.198", features = ["alloc", "derive", "rc"] }
94+
serde = { version = "1.0.199", features = ["alloc", "derive", "rc"] }
9595
serde_json = { version = "1.0.116", features = ["raw_value", "unbounded_depth"] }
9696
sha2 = { version = "0.10.8", features = ["oid"] }
9797
similar = { version = "2.4.0", features = ["inline", "unicode"] }
@@ -198,7 +198,7 @@ reqwest = { version = "0.11.24", features = ["blocking", "cookies", "json", "rus
198198
ring = { version = "0.17.8", features = ["std"] }
199199
schemars = { version = "0.8.16", features = ["bytes", "chrono", "uuid", "uuid1"] }
200200
semver = { version = "1.0.22", features = ["serde"] }
201-
serde = { version = "1.0.198", features = ["alloc", "derive", "rc"] }
201+
serde = { version = "1.0.199", features = ["alloc", "derive", "rc"] }
202202
serde_json = { version = "1.0.116", features = ["raw_value", "unbounded_depth"] }
203203
sha2 = { version = "0.10.8", features = ["oid"] }
204204
similar = { version = "2.4.0", features = ["inline", "unicode"] }

0 commit comments

Comments
 (0)