Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2023
1 parent ecf829c commit 0919966
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 45 deletions.
57 changes: 34 additions & 23 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 @@ -34,7 +34,7 @@ winit = "0.27.5"
glow = "0.11.2"
byteorder = "1.4.3"
serde = "1.0.152"
serde_json = "1.0.91"
serde_json = "1.0.100"
flate2 = { version = "1.0.25", features = ["rust_backend"], default-features = false }
zip = { version = "0.6.3", features = ["deflate"], default-features = false }
image = "0.24.5"
Expand Down
37 changes: 17 additions & 20 deletions protocol/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 protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
serde = "1.0.152"
serde_json = "1.0.91"
serde_json = "1.0.100"
hex = "0.4.3"
sha-1 = "0.9.7"
aes = "0.7.4"
Expand Down

0 comments on commit 0919966

Please sign in to comment.