Skip to content

Commit

Permalink
chore: update serde_json (#135)
Browse files Browse the repository at this point in the history
Summary:
Bump deps

Test Plan:
CI
  • Loading branch information
elliottneilclark authored Jan 7, 2025
1 parent 7edb295 commit 892637e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -15,7 +15,7 @@ edition = "2021"
rand = "~0.8.5"
thiserror = "2.0.9"
serde = { version = "1.0.217", optional = true, features = ["derive"] }
serde_json = { version = "1.0.134", optional = true }
serde_json = { version = "1.0.135", optional = true }
arbitrary = { version = "~1.4.1", optional = true, features = ["derive"] }
tracing = { version = "~0.1.41", optional = true}
approx = { version = "~0.5.1", optional = true}
Expand Down

0 comments on commit 892637e

Please sign in to comment.