Skip to content

Commit

Permalink
chore(deps): 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 Apr 20, 2024
1 parent 7d63386 commit b4b5ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ bmson = ["dep:serde", "serde_json"]
itertools = "0.12.1"
num = "0.4.2"
serde = { version = "1.0.197", features = ["derive"], optional = true }
serde_json = { version = "1.0.115", optional = true }
serde_json = { version = "1.0.116", optional = true }
thiserror = "1.0.58"

0 comments on commit b4b5ed2

Please sign in to comment.