diff --git a/Cargo.lock b/Cargo.lock index a72b59e6..6b07838b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -876,9 +876,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.106" +version = "1.0.107" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2" +checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" dependencies = [ "itoa", "ryu", diff --git a/cargo-typify/Cargo.toml b/cargo-typify/Cargo.toml index 6ccb6eaa..b24d2355 100644 --- a/cargo-typify/Cargo.toml +++ b/cargo-typify/Cargo.toml @@ -16,7 +16,7 @@ typify = { version = "0.0.13", path = "../typify" } clap = { version = "4.4.2", features = ["derive"] } color-eyre = "0.6" -serde_json = "1.0.106" +serde_json = "1.0.107" schemars = "0.8.13" rustfmt-wrapper = "0.2.0" diff --git a/example-build/Cargo.toml b/example-build/Cargo.toml index 866f4a27..ddfe81d4 100644 --- a/example-build/Cargo.toml +++ b/example-build/Cargo.toml @@ -5,11 +5,11 @@ edition = "2021" [dependencies] serde = "1.0" -serde_json = "1.0.106" +serde_json = "1.0.107" [build-dependencies] prettyplease = "0.2" schemars = "0.8" -serde_json = "1.0.106" +serde_json = "1.0.107" syn = "2.0.32" typify = { path = "../typify" } diff --git a/typify-test/Cargo.toml b/typify-test/Cargo.toml index 33a3f72a..475fa486 100644 --- a/typify-test/Cargo.toml +++ b/typify-test/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] regress = "0.7.1" serde = "1.0.188" -serde_json = "1.0.106" +serde_json = "1.0.107" [build-dependencies] ipnetwork = { version = "0.20.0", features = ["schemars"] } diff --git a/typify/Cargo.toml b/typify/Cargo.toml index 40087e98..75b219fc 100644 --- a/typify/Cargo.toml +++ b/typify/Cargo.toml @@ -26,6 +26,6 @@ regress = "0.7.1" rustfmt-wrapper = "0.2.0" schemars = "0.8.13" serde = "1.0.188" -serde_json = "1.0.106" +serde_json = "1.0.107" trybuild = "1.0.85" uuid = { version = "1.4.1", features = ["serde"] }