diff --git a/Cargo.lock b/Cargo.lock index ddb3b405..a3c3ae71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3792,9 +3792,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "itoa", "memchr", diff --git a/hipcheck-common/Cargo.toml b/hipcheck-common/Cargo.toml index 6e045f88..176860c0 100644 --- a/hipcheck-common/Cargo.toml +++ b/hipcheck-common/Cargo.toml @@ -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" diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index 0bb125fe..9e0ae7da 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -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" @@ -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 } diff --git a/plugins/activity/Cargo.toml b/plugins/activity/Cargo.toml index a76642db..5d36eeb8 100644 --- a/plugins/activity/Cargo.toml +++ b/plugins/activity/Cargo.toml @@ -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] diff --git a/plugins/affiliation/Cargo.toml b/plugins/affiliation/Cargo.toml index 83bd2e94..f91f950e 100644 --- a/plugins/affiliation/Cargo.toml +++ b/plugins/affiliation/Cargo.toml @@ -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"] } diff --git a/plugins/binary/Cargo.toml b/plugins/binary/Cargo.toml index 6f19eadc..9c8377b7 100644 --- a/plugins/binary/Cargo.toml +++ b/plugins/binary/Cargo.toml @@ -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" diff --git a/plugins/churn/Cargo.toml b/plugins/churn/Cargo.toml index 3b28ce30..637fa5d5 100644 --- a/plugins/churn/Cargo.toml +++ b/plugins/churn/Cargo.toml @@ -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" diff --git a/plugins/entropy/Cargo.toml b/plugins/entropy/Cargo.toml index f82aa568..84efca11 100644 --- a/plugins/entropy/Cargo.toml +++ b/plugins/entropy/Cargo.toml @@ -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" diff --git a/plugins/fuzz/Cargo.toml b/plugins/fuzz/Cargo.toml index 38045ad7..728b5ae8 100644 --- a/plugins/fuzz/Cargo.toml +++ b/plugins/fuzz/Cargo.toml @@ -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] diff --git a/plugins/github/Cargo.toml b/plugins/github/Cargo.toml index 6136d08d..6bee670d 100644 --- a/plugins/github/Cargo.toml +++ b/plugins/github/Cargo.toml @@ -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", diff --git a/plugins/identity/Cargo.toml b/plugins/identity/Cargo.toml index f992e303..75545120 100644 --- a/plugins/identity/Cargo.toml +++ b/plugins/identity/Cargo.toml @@ -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" diff --git a/plugins/linguist/Cargo.toml b/plugins/linguist/Cargo.toml index ca99bba2..0f201444 100644 --- a/plugins/linguist/Cargo.toml +++ b/plugins/linguist/Cargo.toml @@ -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" diff --git a/plugins/npm/Cargo.toml b/plugins/npm/Cargo.toml index 33c4cc60..7e81a9fd 100644 --- a/plugins/npm/Cargo.toml +++ b/plugins/npm/Cargo.toml @@ -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 } diff --git a/plugins/review/Cargo.toml b/plugins/review/Cargo.toml index cf8a4431..0ef374e5 100644 --- a/plugins/review/Cargo.toml +++ b/plugins/review/Cargo.toml @@ -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" diff --git a/plugins/typo/Cargo.toml b/plugins/typo/Cargo.toml index 61a3a6a2..a567190e 100644 --- a/plugins/typo/Cargo.toml +++ b/plugins/typo/Cargo.toml @@ -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" diff --git a/sdk/rust/Cargo.toml b/sdk/rust/Cargo.toml index 2f675f0d..1ab759fc 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -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" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 9031d5ad..ed0d6f18 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -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"