mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-30 05:54:47 +00:00
Update Rust crate base64 to 0.22.0 (#2874)
This commit is contained in:
parent
52577892eb
commit
f0c83a4ded
3 changed files with 11 additions and 5 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -360,6 +360,12 @@ version = "0.21.7"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
||||
|
||||
[[package]]
|
||||
name = "base64"
|
||||
version = "0.22.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
|
||||
|
||||
[[package]]
|
||||
name = "bench"
|
||||
version = "0.0.0"
|
||||
|
@ -4290,7 +4296,7 @@ dependencies = [
|
|||
"assert_cmd",
|
||||
"assert_fs",
|
||||
"axoupdater",
|
||||
"base64 0.21.7",
|
||||
"base64 0.22.0",
|
||||
"byteorder",
|
||||
"chrono",
|
||||
"clap",
|
||||
|
@ -4349,7 +4355,7 @@ name = "uv-auth"
|
|||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"base64 0.21.7",
|
||||
"base64 0.22.0",
|
||||
"clap",
|
||||
"once_cell",
|
||||
"reqwest",
|
||||
|
@ -4613,7 +4619,7 @@ name = "uv-git"
|
|||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64 0.21.7",
|
||||
"base64 0.22.0",
|
||||
"cache-key",
|
||||
"cargo-util",
|
||||
"fs-err",
|
||||
|
|
|
@ -58,7 +58,7 @@ async_http_range_reader = { version = "0.7.0" }
|
|||
async_zip = { git = "https://github.com/charliermarsh/rs-async-zip", rev = "1dcb40cfe1bf5325a6fd4bfcf9894db40241f585", features = ["deflate"] }
|
||||
axoupdater = { version = "0.3.1", default-features = false }
|
||||
backoff = { version = "0.4.0" }
|
||||
base64 = { version = "0.21.7" }
|
||||
base64 = { version = "0.22.0" }
|
||||
cachedir = { version = "0.3.1" }
|
||||
cargo-util = { version = "0.2.8" }
|
||||
chrono = { version = "0.4.31" }
|
||||
|
|
|
@ -71,7 +71,7 @@ tikv-jemallocator = { version = "0.5.4" }
|
|||
[dev-dependencies]
|
||||
assert_cmd = { version = "2.0.14" }
|
||||
assert_fs = { version = "1.1.0" }
|
||||
base64 = { version = "0.21.7" }
|
||||
base64 = { version = "0.22.0" }
|
||||
byteorder = { version = "1.5.0" }
|
||||
filetime = { version = "0.2.23" }
|
||||
indoc = { version = "2.0.4" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue