From 87e7f500aa32d953d6b444e84278b56953be5c82 Mon Sep 17 00:00:00 2001 From: Donovan Schonknecht Date: Sat, 11 May 2024 13:52:08 +0200 Subject: [PATCH] Update dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f903796..00f9b86 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.23.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"