Skip to content

Commit

Permalink
Update Rust crate serde to v1.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed May 5, 2024
1 parent 83ad1a6 commit 77a4756
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ regex = { version = "1.10.3", default-features = false, features = ["perf", "std
regex-automata = { version = "0.4.5", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa", "perf"] }
regex-syntax = { version = "0.8.2" }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0.199", features = ["alloc", "derive"] }
serde = { version = "1.0.200", features = ["alloc", "derive"] }
serde_json = { version = "1.0.116", features = ["unbounded_depth"] }
toml = { version = "0.5.11", features = ["preserve_order"] }

Expand Down

0 comments on commit 77a4756

Please sign in to comment.