diff --git a/Cargo.toml b/Cargo.toml index 5907376..b5be999 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,12 +8,12 @@ edition = "2021" [dependencies] http-body-util = "0.1.0" -hyper = { version = "1.0.1", features = ["full"] } -hyper-util = { version = "0.1.1", features = ["full"] } +hyper = { version = "1.3.1", features = ["full"] } +hyper-util = { version = "0.1.3", features = ["full"] } maxminddb = { version = "0.24.0", features = ["mmap"] } -serde = "1.0.192" -serde_json = "1.0.108" -tokio = { version = "1.34.0", features = ["full"] } +serde = "1.0.201" +serde_json = "1.0.117" +tokio = { version = "1.37.0", features = ["full"] } [dev-dependencies] tokio-test = "0.4.3"