Skip to content

Commit

Permalink
Merge pull request #777 from andrewdavidmackenzie/dependabot/cargo/se…
Browse files Browse the repository at this point in the history
…rde_json-1.0.135

Bump serde_json from 1.0.134 to 1.0.135
  • Loading branch information
andrewdavidmackenzie authored Jan 7, 2025
2 parents 11c802e + ecb2f2b commit 44099c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -52,7 +52,7 @@ chrono = { version = "0.4", default-features = false, features = ["now", "serde"
serde = { version = "1.0.217", default-features = false, features = ["derive"] }

# for config serialization to/from file
serde_json = { version = "1.0.134", default-features = false, features = ["std"] }
serde_json = { version = "1.0.135", default-features = false, features = ["std"] }
# for alloc/no_alloc over the wire serialization/deserialization
postcard = { version = "1.1.1", features = ["alloc"] }

Expand Down

0 comments on commit 44099c0

Please sign in to comment.