Skip to content

Commit 2c5eeec

Browse files
build(deps): bump serde_json from 1.0.134 to 1.0.135 (#13539)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.134 to 1.0.135. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.134...v1.0.135) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d64afa9 commit 2c5eeec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2188,9 +2188,9 @@ dependencies = [
21882188

21892189
[[package]]
21902190
name = "serde_json"
2191-
version = "1.0.134"
2191+
version = "1.0.135"
21922192
source = "registry+https://github.com/rust-lang/crates.io-index"
2193-
checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
2193+
checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
21942194
dependencies = [
21952195
"itoa",
21962196
"memchr",

policy-controller/k8s/status/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ linkerd-policy-controller-k8s-api = { path = "../api" }
1919
parking_lot = "0.12"
2020
prometheus-client = { version = "0.22.3", default-features = false }
2121
serde = "1"
22-
serde_json = "1.0.134"
22+
serde_json = "1.0.135"
2323
thiserror = "2"
2424
tokio = { version = "1", features = ["macros"] }
2525
tracing = "0.1.41"

0 commit comments

Comments
 (0)