Skip to content

Commit

Permalink
chore(deps): bump serde_json from 1.0.125 to 1.0.133
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.125 to 1.0.133.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.125...v1.0.133)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 0a41425 commit 62b9681
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.

4 changes: 2 additions & 2 deletions src/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish.workspace = true
chrono = { version = "0.4.38", features = ["serde"] }
ez-jsonrpc = "0.2.0"
serde = { version = "1.0.207", features = ["derive"] }
serde_json = "1.0.124"
serde_json = "1.0.133"
uuid = { version = "1.10.0", features = ["serde"] }

[build-dependencies]
Expand All @@ -19,6 +19,6 @@ prettyplease = "0.2.20"
proc-macro2 = { version = "1.0.87", default-features = false }
quote = { version = "1.0.37", default-features = false }
schemars = "0.8.21"
serde_json = "1.0.125"
serde_json = "1.0.133"
syn = { version = "2.0.74", default-features = false }
typify = { version = "0.1.0", default-features = false }
2 changes: 1 addition & 1 deletion src/test-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ reqwest = { version = "0.12.5", features = ["blocking", "json"] }
humantime-serde = "1.1.1"
serde_path_to_error = "0.1.16"
anstream = "0.6.15"
serde_json = "1.0.125"
serde_json = "1.0.133"
assert2 = "0.3.14"
itertools = "0.13.0"
cna-util = { path = "../util" }
Expand Down
2 changes: 1 addition & 1 deletion src/tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ schemars = { version = "0.8.21", default-features = false, features = [
"derive",
] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.119"
serde_json = "1.0.133"
serde_path_to_error = "0.1.16"
strum = { version = "0.26.3", features = ["derive"] }
syn = { version = "2.0.72", default-features = false }
Expand Down

0 comments on commit 62b9681

Please sign in to comment.