diff --git a/server/Cargo.lock b/server/Cargo.lock index 0a8768a..9705ee7 100644 --- a/server/Cargo.lock +++ b/server/Cargo.lock @@ -486,7 +486,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.3.1", + "hyper 1.4.1", "hyper-util", "itoa", "matchit", @@ -1079,7 +1079,7 @@ dependencies = [ "http 1.1.0", "humantime", "humantime-serde", - "hyper 1.3.1", + "hyper 1.4.1", "hyper-util", "oauth2", "reqwest", @@ -1641,9 +1641,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.3.1" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" +checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" dependencies = [ "bytes", "futures-channel", @@ -1683,7 +1683,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.0", - "hyper 1.3.1", + "hyper 1.4.1", "pin-project-lite", "socket2", "tokio",