diff --git a/Cargo.lock b/Cargo.lock index 9727e6e9..32bfe4d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1386,7 +1386,7 @@ dependencies = [ "serde_json", "tempfile", "tokio", - "toml_edit 0.25.6+spec-1.1.0", + "toml_edit 0.25.11+spec-1.1.0", "tracing", "url", ] @@ -1989,6 +1989,12 @@ dependencies = [ "foldhash 0.2.0", ] +[[package]] +name = "hashbrown" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" + [[package]] name = "hashring" version = "0.3.6" @@ -2580,12 +2586,12 @@ checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" [[package]] name = "indexmap" -version = "2.12.0" +version = "2.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" +checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" dependencies = [ "equivalent", - "hashbrown 0.16.0", + "hashbrown 0.17.0", ] [[package]] @@ -5871,9 +5877,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.25.6+spec-1.1.0" +version = "0.25.11+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0db3bae107c9522f86d361697dee1d7386a2ddcf659d5aea5159819a21a3c4a7" +checksum = "0b59c4d22ed448339746c59b905d24568fcbb3ab65a500494f7b8c3e97739f2b" dependencies = [ "indexmap", "toml_datetime 1.1.1+spec-1.1.0", diff --git a/Cargo.toml b/Cargo.toml index d077456e..1264f8ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ opendal = { version = "0.55.0", features = [ ] } clap = { version = "4.6.0", features = ["derive", "env"] } anyhow = "1.0.102" -toml_edit = "0.25.6" +toml_edit = "0.25.11" toml = "0.8.23" bytesize = { version = "1.3.3", features = ["serde"] } bytesize-serde = "0.2.1"