diff --git a/Cargo.lock b/Cargo.lock index 5890d5277..92440538f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2158,9 +2158,9 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" [[package]] name = "tame-index" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9632d46ad4e0c6a07d4354fc43c6eae4654a09beef8e9e7c7c899f983185c45" +checksum = "1f0f4d65983026107eded665823d7088056c3d9d7f5f8cd9071afcd3749dc2fe" dependencies = [ "camino", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 7eb6232cf..81a242577 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,7 +132,7 @@ cargo_metadata = "0.18" # certificates AND native certificates. We want support for both to be # present, and then to let the user _select_ through configuration which # one they want to be used. -tame-index = { version = "0.12", features = ["sparse", "native-certs"] } +tame-index = { version = "0.13", features = ["sparse", "native-certs"] } git2 = { version = "0.18.3", default-features = false } toml_edit = { version = "0.22.12", features = ["serde"] } toml = "0.8.12"