diff --git a/Cargo.lock b/Cargo.lock index 7f41a51..3065032 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2338,9 +2338,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.103" +version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b" +checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c" dependencies = [ "itoa 1.0.6", "ryu", diff --git a/crates/stctl/Cargo.toml b/crates/stctl/Cargo.toml index 49cfc72..ea4c512 100644 --- a/crates/stctl/Cargo.toml +++ b/crates/stctl/Cargo.toml @@ -25,7 +25,7 @@ tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } notify = "6.0.1" futures = { version = "0.3", features = ["std", "async-await"], default-features = false } cargo_metadata = "0.17" -serde_json = "1.0.103" +serde_json = "1.0.104" dotenvy = "0.15.7" time = "0.3" rand = "0.8.5" diff --git a/crates/stellation-core/Cargo.toml b/crates/stellation-core/Cargo.toml index ad35cf1..923836e 100644 --- a/crates/stellation-core/Cargo.toml +++ b/crates/stellation-core/Cargo.toml @@ -16,7 +16,7 @@ license = "MIT OR Apache-2.0" [dependencies] serde = { version = "1", features = ["derive"] } -serde_json = "1.0.103" +serde_json = "1.0.104" [package.metadata.docs.rs] all-features = true