Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.116 (#827)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and kodiakhq[bot] authored May 1, 2024
1 parent bd48ecc commit 0a09038
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.200", 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 0a09038

Please sign in to comment.