diff --git a/Cargo.lock b/Cargo.lock index be5fc473b..dd4b54706 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1971,9 +1971,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.9.3" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e06723639aaded957e5a80be250c1f82f274b9d23ebb4d94163668470623461c" +checksum = "41ae868b5a0f67631c14589f7e250c1ea2c574ee5ba21c6c8dd4b1485705a5a1" dependencies = [ "indexmap 2.7.1", "serde", diff --git a/Cargo.toml b/Cargo.toml index 214f8fd67..70db08639 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ gcd = "2.0.1" rand = "0.9.2" colorful = "0.3.2" ansi_term = "0.12.1" -toml = "0.9.3" +toml = "0.9.4" serde = "1.0.124" serde_derive = "1.0.116" cidr-utils = "0.6.1"