Skip to content

Commit

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

---
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 23, 2024
1 parent 64f24bb commit 3cfdd97
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 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 hipcheck-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
anyhow = "1.0.94"
log = "0.4.22"
prost = "0.13.3"
serde_json = "1.0.133"
serde_json = "1.0.134"
thiserror = "2.0.6"
tonic = "0.12.3"

Expand Down
4 changes: 2 additions & 2 deletions hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ schemars = { version = "0.8.21", default-features = false, features = [
semver = "1.0.24"
serde = { version = "1.0.215", features = ["derive", "rc"] }
serde_derive = "1.0.137"
serde_json = "1.0.133"
serde_json = "1.0.134"
sha256 = { version = "1.5.0", default-features = false }
smart-default = "0.7.1"
spdx-rs = "0.5.0"
Expand Down Expand Up @@ -150,7 +150,7 @@ anyhow = "1.0.94"
pathbuf = "1.0.0"
schemars = { version = "0.8.21", features = ["chrono", "url"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_json = "1.0.134"
tonic-build = "0.12.3"
url = { version = "2.5.4", features = ["serde"] }
which = { version = "7.0.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion plugins/activity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jiff = { version = "0.1.14", features = ["serde"] }
log = "0.4.22"
schemars = { version = "0.8.21", features = ["url"] }
serde = { version = "1.0.215", features = ["derive", "rc"] }
serde_json = "1.0.133"
serde_json = "1.0.134"
tokio = { version = "1.41.1", features = ["rt"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion plugins/affiliation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ log = "0.4.22"
pathbuf = "1.0.0"
schemars = { version = "0.8.21", features = ["url"] }
serde = { version = "1.0.215", features = ["derive", "rc"] }
serde_json = "1.0.133"
serde_json = "1.0.134"
strum = { version = "0.26.3", features = ["derive"] }
tokio = { version = "1.41.1", features = ["rt"] }

Expand Down
2 changes: 1 addition & 1 deletion plugins/binary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ log = "0.4.22"
pathbuf = "1.0.0"
schemars = "0.8.21"
serde = "1.0.215"
serde_json = "1.0.133"
serde_json = "1.0.134"
tokio = { version = "1.41.1", features = ["rt"] }
toml = "0.8.19"
walkdir = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/churn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ log = "0.4.22"
salsa = "0.16.1"
schemars = "0.8.21"
serde = "1.0.215"
serde_json = "1.0.133"
serde_json = "1.0.134"
tokio = { version = "1.41.1", features = ["rt"] }
toml = "0.8.19"

Expand Down
2 changes: 1 addition & 1 deletion plugins/entropy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rayon = "1.10.0"
salsa = "0.16.1"
schemars = "0.8.21"
serde = "1.0.215"
serde_json = "1.0.133"
serde_json = "1.0.134"
tokio = { version = "1.41.1", features = ["rt"] }
toml = "0.8.19"
unicode-normalization = "0.1.24"
Expand Down
2 changes: 1 addition & 1 deletion plugins/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hipcheck-sdk = { version = "0.2.0", path = "../../sdk/rust", features = [
"macros",
] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_json = "1.0.134"
tokio = { version = "1.41.1", features = ["rt"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion plugins/github/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rustls = { version = "0.23.10", default-features = false, features = [
rustls-native-certs = "0.8.1"
schemars = { version = "0.8.21", features = ["url"] }
serde = "1.0.215"
serde_json = "1.0.133"
serde_json = "1.0.134"
tokio = { version = "1.41.1", features = ["rt"] }
ureq = { version = "2.12.1", default-features = false, features = [
"json",
Expand Down
2 changes: 1 addition & 1 deletion plugins/identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hipcheck-sdk = { version = "0.2.0", path = "../../sdk/rust", features = [
log = "0.4.22"
schemars = "0.8.21"
serde = "1.0.215"
serde_json = "1.0.133"
serde_json = "1.0.134"
tokio = { version = "1.41.1", features = ["rt"] }
toml = "0.8.19"

Expand Down
2 changes: 1 addition & 1 deletion plugins/linguist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hipcheck-sdk = { version = "0.2.0", path = "../../sdk/rust", features = [
log = "0.4.22"
pathbuf = "1.0.0"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_json = "1.0.134"
tokio = { version = "1.41.1", features = ["rt"] }
toml = "0.8.19"

Expand Down
2 changes: 1 addition & 1 deletion plugins/npm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ regex = "1.11.1"
schemars = { version = "0.8.21", features = ["url"] }
semver = "1.0.24"
serde = { version = "1.0.215", features = ["derive", "rc"] }
serde_json = "1.0.133"
serde_json = "1.0.134"
tokio = { version = "1.41.1", features = ["rt"] }
which = { version = "7.0.0", default-features = false }
2 changes: 1 addition & 1 deletion plugins/review/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hipcheck-sdk = { version = "0.2.0", path = "../../sdk/rust", features = [
log = "0.4.22"
schemars = { version = "0.8.21", features = ["url"] }
serde = { version = "1.0.215", features = ["derive", "rc"] }
serde_json = "1.0.133"
serde_json = "1.0.134"
tokio = { version = "1.41.1", features = ["rt"] }
url = "2.5.4"

Expand Down
2 changes: 1 addition & 1 deletion plugins/typo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ log = "0.4.22"
maplit = "1.0.2"
pathbuf = "1.0.0"
serde = { version = "1.0.215", features = ["derive", "rc"] }
serde_json = "1.0.133"
serde_json = "1.0.134"
tokio = { version = "1.41.1", features = ["rt"] }
toml = "0.8.19"
url = "2.5.4"
Expand Down
2 changes: 1 addition & 1 deletion sdk/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jiff = { version = "0.1.14", features = ["serde"] }
prost = "0.13.3"
rand = "0.8.5"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_json = "1.0.134"
tokio = { version = "1.41.1", features = ["rt"] }
tokio-stream = "0.1.17"
tonic = "0.12.3"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ toml = "0.8.19"
xshell = "0.2.7"
which = "7.0.0"
convert_case = "0.6.0"
serde_json = "1.0.133"
serde_json = "1.0.134"
url = { version = "2.5.4", features = ["serde"] }
kdl = "4.7.0"
regex = "1.11.1"
Expand Down

0 comments on commit 3cfdd97

Please sign in to comment.