Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.116
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 7018610 commit 5aa6948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/odin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ clap = { version = "4.5.4", features = [ "derive", "env" ] }
which = "*"
serde = { version = "1.0", features = ["derive"], default_features = false }
sysinfo = { version = "0", default_features = false }
serde_json = "1.0"
serde_json = "1.0.116"
daemonize = "0.5.0"
tar = "0.4"
flate2 = "1.0.30"
Expand Down

0 comments on commit 5aa6948

Please sign in to comment.