Skip to content

Commit

Permalink
[rust] Revert serde to previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Mar 14, 2024
1 parent 8909a53 commit fccae20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/Cargo.Bazel.lock
@@ -1,5 +1,5 @@
{
"checksum": "87b60ab5247134f0968212452b1e8b5eda83c910b9f3505fb8cd9f170b9ab326",
"checksum": "beb59fd2515c805087325f9fe24ebd5d96c275ce70990cf49dbde615349509de",
"crates": {
"addr2line 0.19.0": {
"name": "addr2line",
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ tempfile = "3.10.1"
reqwest = { version = "0.11.26", default-features = false, features = [ "rustls-tls" ] }
zip = "0.6.6"
directories = "5.0.1"
serde = { version = "1.0.197", features = ["derive"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.114"
flate2 = "1.0.28"
tar = "0.4.40"
Expand Down

0 comments on commit fccae20

Please sign in to comment.