Skip to content

Commit

Permalink
fix(deps): update rust crate serde to >=1.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent 16df032 commit d0631ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 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 @@ -30,7 +30,7 @@ open_cmd = { version = "0.1.0", features = ["tracing"] }
petgraph = "0.6"
regex = "1.8"
# Use at least 1.0.184 because of serde-rs/serde#2538
serde = { version = ">=1.0.184", features = ["derive"] }
serde = { version = ">=1.0.200", features = ["derive"] }
serde_json = "1.0"
serde_yaml = { version = "0.9", optional = true }
sha2 = "0.10.7"
Expand Down

0 comments on commit d0631ae

Please sign in to comment.