mirror of https://github.com/astral-sh/uv
Bump ambient-id to 0.0.7 (#17048)
This commit is contained in:
parent
38ce3b2919
commit
0dd71f4382
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue