Skip to content

Commit

Permalink
build(deps): Bump the serde group with 1 update
Browse files Browse the repository at this point in the history
Bumps the serde group with 1 update: [serde_json](https://github.com/serde-rs/json).

- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.105...v1.0.106)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent d02cc6d commit 279a495
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kube = { version = "0.82.2", default-features = false, features = ["client", "ru
opentelemetry = { version = "0.20", features = ["metrics"] }
prio = { version = "0.14.1", features = ["multithreaded"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
serde_json = "1.0.106"
serde_test = "1.0.175"
serde_yaml = "0.9.25"
rstest = "0.17.0"
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ prio.workspace = true
rand = "0.8"
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] }
serde.workspace = true
serde_json = "1.0.105"
serde_json = "1.0.106"
testcontainers = "0.14.0"
tokio.workspace = true
url = { version = "2.4.1", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion interop_binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ regex = { version = "1", optional = true }
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls"] }
ring = "0.16.20"
serde.workspace = true
serde_json = "1.0.105"
serde_json = "1.0.106"
sqlx = { version = "0.7.1", features = ["runtime-tokio-rustls", "migrate", "postgres"] }
testcontainers = { version = "0.14" }
tokio.workspace = true
Expand Down

0 comments on commit 279a495

Please sign in to comment.