diff --git a/Cargo.lock b/Cargo.lock index 0884f90..354d4ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,9 +497,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "hyper" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "403f9214f3e703236b221f1a9cd88ec8b4adfa5296de01ab96216361f4692f56" +checksum = "fb5aa53871fc917b1a9ed87b683a5d86db645e23acb32c2e0785a353e522fb75" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 06faedc..31dce38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ chrono = "0.4.26" serde = { version = "1.0.190", features = ["derive"] } serde_json = "1.0.107" tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] } -hyper = "1.0.1" +hyper = "1.1.0" http = "1.0.0" http-body-util = "0.1.0" typed-session = { workspace = true, features = ["memory-store"] }