summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock167
1 files changed, 66 insertions, 101 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 91f05a2d6..9c15f41ab 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -705,7 +705,7 @@ dependencies = [
"flaky_test",
"http 1.1.0",
"http-body-util",
- "hyper 1.3.1",
+ "hyper 1.1.0",
"hyper-util",
"nix 0.26.2",
"once_cell",
@@ -1434,7 +1434,7 @@ dependencies = [
"deno_permissions",
"deno_tls",
"dyn-clone",
- "http 1.1.0",
+ "http 0.2.12",
"reqwest",
"serde",
"serde_json",
@@ -1527,7 +1527,7 @@ dependencies = [
"http-body-util",
"httparse",
"hyper 0.14.28",
- "hyper 1.3.1",
+ "hyper 1.1.0",
"hyper-util",
"itertools",
"memmem",
@@ -1570,7 +1570,6 @@ dependencies = [
"anyhow",
"async-trait",
"base64 0.21.7",
- "bytes",
"chrono",
"deno_core",
"deno_fetch",
@@ -1581,7 +1580,6 @@ dependencies = [
"denokv_remote",
"denokv_sqlite",
"faster-hex",
- "http 1.1.0",
"log",
"num-bigint",
"prost",
@@ -1642,9 +1640,9 @@ dependencies = [
[[package]]
name = "deno_native_certs"
-version = "0.3.0"
+version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c867603d2a5dfea31f55cecebb572554caa395437786d058faa9a2814c8d6eb9"
+checksum = "f4785d0bdc13819b665b71e4fb7e119d859568471e4c245ec5610857e70c9345"
dependencies = [
"dlopen2",
"dlopen2_derive",
@@ -1694,10 +1692,10 @@ dependencies = [
"elliptic-curve",
"errno 0.2.8",
"faster-hex",
- "h2 0.4.4",
+ "h2 0.3.26",
"hkdf",
"home",
- "http 1.1.0",
+ "http 0.2.12",
"idna 0.3.0",
"indexmap",
"ipnetwork",
@@ -1826,7 +1824,7 @@ dependencies = [
"http 1.1.0",
"http-body-util",
"hyper 0.14.28",
- "hyper 1.3.1",
+ "hyper 1.1.0",
"hyper-util",
"libc",
"log",
@@ -1980,7 +1978,7 @@ dependencies = [
"h2 0.4.4",
"http 1.1.0",
"http-body-util",
- "hyper 1.3.1",
+ "hyper 1.1.0",
"hyper-util",
"once_cell",
"rustls-tokio-stream",
@@ -2009,9 +2007,9 @@ dependencies = [
[[package]]
name = "denokv_proto"
-version = "0.8.1"
+version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "114538d2cacd2b219f05faa753d80950f95416e47c77904c7452d5f41e157059"
+checksum = "bd644ad038e7b6e8453463e96c278ba378e8bdc9f557959d511ac830ea0ec969"
dependencies = [
"anyhow",
"async-trait",
@@ -2019,15 +2017,16 @@ dependencies = [
"futures",
"num-bigint",
"prost",
+ "prost-build",
"serde",
"uuid",
]
[[package]]
name = "denokv_remote"
-version = "0.8.1"
+version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d57717b5123e8d1ec5f52973a67f98e3621274d362d18b245038967b402082df"
+checksum = "23cfa4786f9c609711aab89ce173232ceda0617167881e58fd5e0b78868a6932"
dependencies = [
"anyhow",
"async-stream",
@@ -2036,10 +2035,10 @@ dependencies = [
"chrono",
"denokv_proto",
"futures",
- "http 1.1.0",
"log",
"prost",
"rand",
+ "reqwest",
"serde",
"serde_json",
"tokio",
@@ -2050,9 +2049,9 @@ dependencies = [
[[package]]
name = "denokv_sqlite"
-version = "0.8.1"
+version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "188b792af19082cbfc7b666e71979775300482877d8b80601f4a5a86a80098a3"
+checksum = "f36c1c54cda2de93d0f4ded0392d0b6917bcd9b1d13c056dd7c309668aa43e17"
dependencies = [
"anyhow",
"async-stream",
@@ -2621,7 +2620,7 @@ checksum = "f63dd7b57f9b33b1741fa631c9522eb35d43e96dcca4a6a91d5e4ca7c93acdc1"
dependencies = [
"base64 0.21.7",
"http-body-util",
- "hyper 1.3.1",
+ "hyper 1.1.0",
"hyper-util",
"pin-project",
"rand",
@@ -3371,9 +3370,9 @@ dependencies = [
[[package]]
name = "hyper"
-version = "1.3.1"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
+checksum = "fb5aa53871fc917b1a9ed87b683a5d86db645e23acb32c2e0785a353e522fb75"
dependencies = [
"bytes",
"futures-channel",
@@ -3385,45 +3384,39 @@ dependencies = [
"httpdate",
"itoa",
"pin-project-lite",
- "smallvec",
"tokio",
"want",
]
[[package]]
name = "hyper-rustls"
-version = "0.26.0"
+version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c"
+checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
dependencies = [
"futures-util",
- "http 1.1.0",
- "hyper 1.3.1",
- "hyper-util",
+ "http 0.2.12",
+ "hyper 0.14.28",
"rustls",
- "rustls-pki-types",
"tokio",
"tokio-rustls",
- "tower-service",
]
[[package]]
name = "hyper-util"
-version = "0.1.5"
+version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56"
+checksum = "bdea9aac0dbe5a9240d68cfd9501e2db94222c6dc06843e06640b9e07f0fdc67"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http 1.1.0",
"http-body 1.0.0",
- "hyper 1.3.1",
+ "hyper 1.1.0",
"pin-project-lite",
"socket2",
"tokio",
- "tower",
- "tower-service",
"tracing",
]
@@ -3562,7 +3555,7 @@ dependencies = [
"socket2",
"widestring",
"windows-sys 0.48.0",
- "winreg 0.50.0",
+ "winreg",
]
[[package]]
@@ -5247,22 +5240,21 @@ checksum = "e898588f33fdd5b9420719948f9f2a32c922a246964576f71ba7f24f80610fbc"
[[package]]
name = "reqwest"
-version = "0.12.4"
+version = "0.11.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10"
+checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
dependencies = [
"async-compression",
- "base64 0.22.1",
+ "base64 0.21.7",
"bytes",
+ "encoding_rs",
"futures-core",
"futures-util",
- "h2 0.4.4",
- "http 1.1.0",
- "http-body 1.0.0",
- "http-body-util",
- "hyper 1.3.1",
+ "h2 0.3.26",
+ "http 0.2.12",
+ "http-body 0.4.6",
+ "hyper 0.14.28",
"hyper-rustls",
- "hyper-util",
"ipnet",
"js-sys",
"log",
@@ -5272,11 +5264,9 @@ dependencies = [
"pin-project-lite",
"rustls",
"rustls-pemfile",
- "rustls-pki-types",
"serde",
"serde_json",
"serde_urlencoded",
- "sync_wrapper",
"tokio",
"tokio-rustls",
"tokio-socks",
@@ -5288,7 +5278,7 @@ dependencies = [
"wasm-streams",
"web-sys",
"webpki-roots",
- "winreg 0.52.0",
+ "winreg",
]
[[package]]
@@ -5458,52 +5448,42 @@ dependencies = [
[[package]]
name = "rustls"
-version = "0.22.4"
+version = "0.21.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
+checksum = "7fecbfb7b1444f477b345853b1fce097a2c6fb637b2bfb87e6bc5db0f043fae4"
dependencies = [
"log",
"ring",
- "rustls-pki-types",
"rustls-webpki",
- "subtle",
- "zeroize",
+ "sct",
]
[[package]]
name = "rustls-native-certs"
-version = "0.7.0"
+version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792"
+checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
dependencies = [
"openssl-probe",
"rustls-pemfile",
- "rustls-pki-types",
"schannel",
"security-framework",
]
[[package]]
name = "rustls-pemfile"
-version = "2.1.2"
+version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
+checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
dependencies = [
- "base64 0.22.1",
- "rustls-pki-types",
+ "base64 0.21.7",
]
[[package]]
-name = "rustls-pki-types"
-version = "1.7.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
-
-[[package]]
name = "rustls-tokio-stream"
-version = "0.2.23"
+version = "0.2.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c478c030dfd68498e6c59168d9eec4f8bead33152a5f3095ad4bdbdcea09d466"
+checksum = "fd707225bb670bcd2876886bb571753d1ce03a9cedfa2e629a79984ca9a93cfb"
dependencies = [
"futures",
"rustls",
@@ -5513,12 +5493,11 @@ dependencies = [
[[package]]
name = "rustls-webpki"
-version = "0.102.4"
+version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e"
+checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
"ring",
- "rustls-pki-types",
"untrusted",
]
@@ -5635,6 +5614,16 @@ dependencies = [
]
[[package]]
+name = "sct"
+version = "0.7.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
+dependencies = [
+ "ring",
+ "untrusted",
+]
+
+[[package]]
name = "sec1"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -6578,12 +6567,6 @@ dependencies = [
]
[[package]]
-name = "sync_wrapper"
-version = "0.1.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
-
-[[package]]
name = "synstructure"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -6699,7 +6682,7 @@ dependencies = [
"h2 0.4.4",
"http 1.1.0",
"http-body-util",
- "hyper 1.3.1",
+ "hyper 1.1.0",
"hyper-util",
"jsonc-parser",
"lazy-regex",
@@ -6865,12 +6848,11 @@ dependencies = [
[[package]]
name = "tokio-rustls"
-version = "0.25.0"
+version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
+checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
"rustls",
- "rustls-pki-types",
"tokio",
]
@@ -6907,10 +6889,7 @@ dependencies = [
"futures-core",
"futures-io",
"futures-sink",
- "futures-util",
- "hashbrown",
"pin-project-lite",
- "slab",
"tokio",
"tracing",
]
@@ -6968,7 +6947,6 @@ dependencies = [
"futures-util",
"pin-project",
"pin-project-lite",
- "tokio",
"tower-layer",
"tower-service",
]
@@ -7542,9 +7520,9 @@ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
[[package]]
name = "wasm-streams"
-version = "0.4.0"
+version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
+checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7"
dependencies = [
"futures-util",
"js-sys",
@@ -7565,12 +7543,9 @@ dependencies = [
[[package]]
name = "webpki-roots"
-version = "0.26.1"
+version = "0.25.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
-dependencies = [
- "rustls-pki-types",
-]
+checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
[[package]]
name = "wgpu-core"
@@ -7908,16 +7883,6 @@ dependencies = [
]
[[package]]
-name = "winreg"
-version = "0.52.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
-dependencies = [
- "cfg-if",
- "windows-sys 0.48.0",
-]
-
-[[package]]
name = "winres"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"