aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-12-31 07:16:23 +0000
committerGitHub <noreply@github.com>2021-12-31 07:16:23 +0000
commit52677904844e6c91e0049454c6597632a0c38b1c (patch)
tree8f0c5c21bf2c0e9584c9112b76f88812e8583663
parentMerge pull request #678 from svenstaro/dependabot/cargo/clap_generate-3.0.0-rc.9 (diff)
parentBump http from 0.2.5 to 0.2.6 (diff)
downloadminiserve-52677904844e6c91e0049454c6597632a0c38b1c.tar.gz
miniserve-52677904844e6c91e0049454c6597632a0c38b1c.zip
Merge pull request #685 from svenstaro/dependabot/cargo/http-0.2.6
Bump http from 0.2.5 to 0.2.6
-rw-r--r--Cargo.lock22
1 files changed, 14 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7850cc2..c86bf32 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -65,7 +65,7 @@ dependencies = [
"h2",
"http",
"httparse",
- "itoa",
+ "itoa 0.4.8",
"language-tags",
"local-channel",
"log",
@@ -219,7 +219,7 @@ dependencies = [
"encoding_rs",
"futures-core",
"futures-util",
- "itoa",
+ "itoa 0.4.8",
"language-tags",
"log",
"mime",
@@ -1079,13 +1079,13 @@ dependencies = [
[[package]]
name = "http"
-version = "0.2.5"
+version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
+checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
dependencies = [
"bytes",
"fnv",
- "itoa",
+ "itoa 1.0.1",
]
[[package]]
@@ -1132,7 +1132,7 @@ dependencies = [
"http-body",
"httparse",
"httpdate",
- "itoa",
+ "itoa 0.4.8",
"pin-project-lite",
"socket2",
"tokio",
@@ -1224,6 +1224,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
[[package]]
+name = "itoa"
+version = "1.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
+
+[[package]]
name = "jobserver"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2268,7 +2274,7 @@ version = "1.0.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950"
dependencies = [
- "itoa",
+ "itoa 0.4.8",
"ryu",
"serde",
]
@@ -2280,7 +2286,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
dependencies = [
"form_urlencoded",
- "itoa",
+ "itoa 0.4.8",
"ryu",
"serde",
]