diff --git a/Cargo.lock b/Cargo.lock index cdedd92..ba9d299 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1979,7 +1979,7 @@ dependencies = [ "serde_json", "shellexpand", "springtime-di", - "toml 0.8.23", + "toml 0.9.2", "uuid", ] @@ -2373,9 +2373,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.140" +version = "1.0.141" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" +checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index bbf0fa5..9738c23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ springtime-di = { version = "1.0", default-features = false, features = ["thread shellexpand = "3.0" strum_macros = "0.27" thiserror = "2.0" -toml = "0.8" +toml = "0.9" uuid = { version = "1.17", features = ["serde", "v4", "v5"] } ### Prefer git to crates.io for development