Skip to content

Commit

Permalink
chore(deps): 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 j-lanson committed Dec 2, 2024
1 parent 58cba7e commit 2a2f854
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 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.

4 changes: 2 additions & 2 deletions hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ schemars = { version = "0.8.21", default-features = false, features = [
semver = "1.0.9"
serde = { version = "1.0.215", features = ["derive", "rc"] }
serde_derive = "1.0.137"
serde_json = "1.0.128"
serde_json = "1.0.133"
sha256 = { version = "1.5.0", default-features = false }
smart-default = "0.7.1"
spdx-rs = "0.5.0"
Expand Down Expand Up @@ -147,7 +147,7 @@ anyhow = "1.0.91"
pathbuf = "1.0.0"
schemars = { version = "0.8.21", features = ["chrono", "url"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.128"
serde_json = "1.0.133"
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 @@ -12,7 +12,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.128"
serde_json = "1.0.133"
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 @@ -14,7 +14,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.128"
serde_json = "1.0.133"
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 @@ -13,7 +13,7 @@ log = "0.4.22"
pathbuf = "1.0.0"
schemars = "0.8.21"
serde = "1.0.215"
serde_json = "1.0.132"
serde_json = "1.0.133"
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 @@ -12,7 +12,7 @@ log = "0.4.22"
salsa = "0.16.1"
schemars = "0.8.21"
serde = "1.0.215"
serde_json = "1.0.132"
serde_json = "1.0.133"
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 @@ -18,7 +18,7 @@ rayon = "1.10.0"
salsa = "0.16.1"
schemars = "0.8.21"
serde = "1.0.215"
serde_json = "1.0.128"
serde_json = "1.0.133"
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 @@ -9,7 +9,7 @@ publish = false
clap = { version = "4.5.21", features = ["derive"] }
hipcheck-sdk = { version = "0.1.0", path = "../../sdk/rust", features = ["macros"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.128"
serde_json = "1.0.133"
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 @@ -23,7 +23,7 @@ rustls = { version = "0.23.10", default-features = false, features = [
rustls-native-certs = "0.8.0"
schemars = { version = "0.8.21", features = ["url"] }
serde = "1.0.215"
serde_json = "1.0.128"
serde_json = "1.0.133"
tokio = { version = "1.41.1", features = ["rt"] }
ureq = { version = "2.10.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 @@ -11,7 +11,7 @@ hipcheck-sdk = { version = "0.1.0", path = "../../sdk/rust", features = ["macros
log = "0.4.22"
schemars = "0.8.21"
serde = "1.0.215"
serde_json = "1.0.132"
serde_json = "1.0.133"
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 @@ -12,7 +12,7 @@ hipcheck-sdk = { version = "0.1.0", path = "../../sdk/rust", features = ["macros
log = "0.4.22"
pathbuf = "1.0.0"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.128"
serde_json = "1.0.133"
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 @@ -15,6 +15,6 @@ regex = "1.11.1"
schemars = { version = "0.8.21", features = ["url"] }
semver = "1.0.9"
serde = { version = "1.0.215", features = ["derive", "rc"] }
serde_json = "1.0.128"
serde_json = "1.0.133"
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 @@ -12,7 +12,7 @@ hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"] }
log = "0.4.22"
schemars = { version = "0.8.21", features = ["url"] }
serde = { version = "1.0.215", features = ["derive", "rc"] }
serde_json = "1.0.128"
serde_json = "1.0.133"
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 @@ -13,7 +13,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.128"
serde_json = "1.0.133"
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 @@ -13,7 +13,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.128"
serde_json = "1.0.133"
tokio = { version = "1.41.1", features = ["rt"] }
tokio-stream = "0.1.15"
tonic = "0.12.3"
Expand Down

0 comments on commit 2a2f854

Please sign in to comment.