From 0dd71f438208a5f5c5083dae769deebdb12db57b Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 9 Dec 2025 12:08:26 -0500 Subject: [PATCH] Bump ambient-id to 0.0.7 (#17048) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73c922daf..6d38db48e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,9 +45,9 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "ambient-id" -version = "0.0.6" +version = "0.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36b48a3b1ad866e5034859be45edd1ebba2f097289c8a34b61623c76f10480f3" +checksum = "b8cad022ed72ad2176498be1c097bb46e598193e92f3491ea0766980edeee168" dependencies = [ "astral-reqwest-middleware", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index cdc071db3..5d95e7d0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ uv-virtualenv = { version = "0.0.6", path = "crates/uv-virtualenv" } uv-warnings = { version = "0.0.6", path = "crates/uv-warnings" } uv-workspace = { version = "0.0.6", path = "crates/uv-workspace" } -ambient-id = { version = "0.0.6", default-features = false, features = ["astral-reqwest-middleware"] } +ambient-id = { version = "0.0.7", default-features = false, features = ["astral-reqwest-middleware"] } anstream = { version = "0.6.15" } anyhow = { version = "1.0.89" } arcstr = { version = "1.2.0" }