Bump ambient-id to 0.0.7 (#17048)

This commit is contained in:
William Woodruff 2025-12-09 12:08:26 -05:00 committed by GitHub
parent 38ce3b2919
commit 0dd71f4382
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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" }