Skip to content

Commit

Permalink
chore(deps): update rust crate serde to 1.0.213
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 24, 2024
1 parent a2bc0db commit e61f2cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 @@ -95,7 +95,7 @@ self_update = { version = "0.41.0", default-features = false, features = [
"archive-tar",
"compression-flate2",
] }
serde = { version = "1.0.211", features = ["derive"] }
serde = { version = "1.0.213", features = ["derive"] }
serde_ignored = "0.1.10"
serde_json = "1.0.132"
serde_path_to_error = "0.1.16"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ memchr = { version = "2.7.4" }
miette = { version = "7.2.0", features = ["fancy"] }
num-traits = { version = "0.2.19", default-features = false, features = ["libm", "std"] }
rand = { version = "0.8.5" }
serde = { version = "1.0.211", features = ["alloc", "derive"] }
serde = { version = "1.0.213", features = ["alloc", "derive"] }
serde_json = { version = "1.0.132", features = ["unbounded_depth"] }
tokio = { version = "1.41.0", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
tracing-core = { version = "0.1.32" }
Expand All @@ -41,7 +41,7 @@ camino = { version = "1.1.9", default-features = false, features = ["serde1"] }
cc = { version = "1.1.24", default-features = false, features = ["parallel"] }
proc-macro2 = { version = "1.0.86" }
quote = { version = "1.0.37" }
serde = { version = "1.0.211", features = ["alloc", "derive"] }
serde = { version = "1.0.213", features = ["alloc", "derive"] }
syn = { version = "2.0.82", features = ["extra-traits", "full", "visit", "visit-mut"] }

[target.x86_64-unknown-linux-gnu.dependencies]
Expand Down

0 comments on commit e61f2cc

Please sign in to comment.