Skip to content

Commit

Permalink
build: bump serde_json from 1.0.132 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.132 to 1.0.133.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.132...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 and SanjoDeundiak committed Nov 26, 2024
1 parent 304792a commit 4fad010
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 implementations/rust/ockam/ockam_abac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ winnow = { version = "0.6.18", default-features = false, optional = true, featur
ockam_vault = { path = "../ockam_vault", default-features = false, features = ["rust-crypto"] }
quickcheck = "1.0.3"
rand = "0.8.5"
serde_json = "1.0.128"
serde_json = "1.0.133"
tempfile = "3.10.1"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ rand = "0.8"
regex = "1.10.6"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls-native-roots"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.118"
serde_json = "1.0.133"
sha2 = "0.10.8"
sqlx = { version = "0.8.2", default-features = false }
strip-ansi-escapes = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_multiaddr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ multiaddr = "0.18"
ockam_multiaddr = { path = ".", features = ["cbor", "std", "serde"] }
quickcheck = "1.0.3"
rand = "0.8.5"
serde_json = "1.0.118"
serde_json = "1.0.133"

0 comments on commit 4fad010

Please sign in to comment.