Skip to content

Commit

Permalink
Bump serde_json from 1.0.137 to 1.0.138 in the cargo group (#174)
Browse files Browse the repository at this point in the history
Bumps the cargo group with 1 update: [serde_json](https://github.com/serde-rs/json).


Updates `serde_json` from 1.0.137 to 1.0.138
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.137...v1.0.138)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 0c01379 commit 6277721
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 crates/brioche-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ reqwest-middleware = { version = "0.4.0", features = ["json"] }
reqwest-retry = "0.7.0"
rust-embed = { version = "8.5.0", features = ["debug-embed", "interpolate-folder-path", "include-exclude"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
serde_json = "1.0.138"
serde_v8 = "0.237.0"
serde_with = { version = "3.12.0", features = ["hex"] }
sha2 = "0.10.8"
Expand Down
2 changes: 1 addition & 1 deletion crates/brioche-test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mockito = "1.6.1"
reqwest = "0.12.9"
reqwest-middleware = "0.4.0"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
serde_json = "1.0.138"
tempdir = "0.3.7"
tokio = { version = "1.43.0", features = ["full", "tracing"] }
toml = "0.8.19"
Expand Down
2 changes: 1 addition & 1 deletion crates/brioche/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ notify = "8.0.0"
openssl = { version = "0.10.69", optional = true }
reqwest = { version = "0.12.9", default-features = false, features = ["rustls-tls", "zstd", "json"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
serde_json = "1.0.138"
sha2 = "0.10.8"
superconsole = "0.2.0"
tokio = { version = "1.43.0", features = ["full", "tracing"] }
Expand Down

0 comments on commit 6277721

Please sign in to comment.