Skip to content

Commit

Permalink
Merge pull request #5666 from oasisprotocol/dependabot/cargo/rust-db4…
Browse files Browse the repository at this point in the history
…1af5e4f

rust: bump serde from 1.0.198 to 1.0.199 in the rust group
  • Loading branch information
ptrus authored Apr 30, 2024
2 parents 7ca2c4b + 2ee4321 commit 640613a
Show file tree
Hide file tree
Showing 3 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.

2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ slog = "2.7.0"
slog-json = "2.6.0"
slog-scope = "4.4.0"
slog-stdlog = "4.1.0"
serde = { version = "1.0.144", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
serde_json = { version = "1.0.87", features = ["raw_value"] }
lazy_static = "1.3.0"
crossbeam = "0.8.4"
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
thiserror = "1.0"
serde = { version = "1.0.137", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
toml = "0.8.2"
clap = "4.0.22"
ansi_term = "0.12.1"
Expand Down

0 comments on commit 640613a

Please sign in to comment.