diff --git a/Cargo.lock b/Cargo.lock index 27db9ba35a3..d6a58bed00a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2813,7 +2813,7 @@ dependencies = [ "thiserror", "tokio", "tokio-tungstenite", - "toml 0.8.13", + "toml 0.8.14", "tracing-flame", "tracing-subscriber", "trybuild", @@ -2887,7 +2887,7 @@ dependencies = [ "serde_with", "strum 0.25.0", "thiserror", - "toml 0.8.13", + "toml 0.8.14", ] [[package]] @@ -3572,7 +3572,7 @@ dependencies = [ "thiserror", "thread-local-panic-hook", "tokio", - "toml 0.8.13", + "toml 0.8.14", "tracing", "vergen", ] @@ -5668,7 +5668,7 @@ dependencies = [ "iroha_data_model", "once_cell", "serde", - "toml 0.8.13", + "toml 0.8.14", ] [[package]] @@ -5891,14 +5891,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.13" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba" +checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.13", + "toml_edit 0.22.14", ] [[package]] @@ -5923,9 +5923,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.13" +version = "0.22.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c" +checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" dependencies = [ "indexmap 2.2.6", "serde", @@ -6104,7 +6104,7 @@ dependencies = [ "serde_derive", "serde_json", "termcolor", - "toml 0.8.13", + "toml 0.8.14", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index efca591915b..ae5831c18a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,7 +132,7 @@ serde_yaml = "0.9.34" serde_with = { version = "3.8.1", default-features = false } parity-scale-codec = { version = "3.6.12", default-features = false } json5 = "0.4.1" -toml = "0.8.13" +toml = "0.8.14" storage = { git = "https://github.com/Erigara/storage.git", rev = "6bd9fdd95220da7626471d190b17b2f5b8815c47" }