mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-30 05:54:47 +00:00
Bump http from 0.2.11 to 0.2.12 (#2179)
This commit is contained in:
parent
5aedcffdf0
commit
bc43f609b9
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1358,9 +1358,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "http"
|
name = "http"
|
||||||
version = "0.2.11"
|
version = "0.2.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"fnv",
|
"fnv",
|
||||||
|
|
|
@ -50,7 +50,7 @@ hex = { version = "0.4.3" }
|
||||||
hmac = { version = "0.12.1" }
|
hmac = { version = "0.12.1" }
|
||||||
home = { version = "0.5.9" }
|
home = { version = "0.5.9" }
|
||||||
html-escape = { version = "0.2.13" }
|
html-escape = { version = "0.2.13" }
|
||||||
http = { version = "0.2.11" }
|
http = { version = "0.2.12" }
|
||||||
indexmap = { version = "2.1.0" }
|
indexmap = { version = "2.1.0" }
|
||||||
indicatif = { version = "0.17.7" }
|
indicatif = { version = "0.17.7" }
|
||||||
indoc = { version = "2.0.4" }
|
indoc = { version = "2.0.4" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue