Skip to content

Commit 65e1afd

Browse files
authored
Bump hyper & h2 (#1983)
Hyper v0.3.15 fixes a potential deadlock in HTTP/2 clients. For some reason this wasn't automatically picked up by depenabot. Signed-off-by: Oliver Gould <[email protected]>
1 parent 7e2d9f5 commit 65e1afd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,9 @@ dependencies = [
443443

444444
[[package]]
445445
name = "h2"
446-
version = "0.3.14"
446+
version = "0.3.15"
447447
source = "registry+https://github.com/rust-lang/crates.io-index"
448-
checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be"
448+
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
449449
dependencies = [
450450
"bytes",
451451
"fnv",
@@ -550,9 +550,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
550550

551551
[[package]]
552552
name = "hyper"
553-
version = "0.14.20"
553+
version = "0.14.23"
554554
source = "registry+https://github.com/rust-lang/crates.io-index"
555-
checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"
555+
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
556556
dependencies = [
557557
"bytes",
558558
"futures-channel",

0 commit comments

Comments
 (0)