From 53e376772580e21990a787863f890b481ad65424 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:28:46 +0000 Subject: [PATCH] chore(deps): Update Rust crate tame-index to 0.12 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7bddf1ecc..5890d5277 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2158,9 +2158,9 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" [[package]] name = "tame-index" -version = "0.11.1" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44a98d58caab3de29c6cb538054c7d994b3d7e6eec483a9dfca02f92027f7686" +checksum = "e9632d46ad4e0c6a07d4354fc43c6eae4654a09beef8e9e7c7c899f983185c45" dependencies = [ "camino", "crossbeam-channel", @@ -2340,9 +2340,9 @@ dependencies = [ [[package]] name = "toml-span" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "369db38ce6d1fc320a54ea3f032d07c07a232ca19c40e287246aff06d57c2abe" +checksum = "ce0e1be49e3b9bf33d1a8077c081a3b7afcfc94e4bc1002c80376784381bc106" dependencies = [ "smallvec", ] diff --git a/Cargo.toml b/Cargo.toml index 8c6244118..b2237c82e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,7 +133,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.11", features = ["sparse", "native-certs"] } +tame-index = { version = "0.12", features = ["sparse", "native-certs"] } git2 = { version = "0.18.3", default-features = false } toml_edit = { version = "0.22.12", features = ["serde"] } toml = "0.8.12"