From f59af1ad4e887b67cb1829b83659ef082c62fd06 Mon Sep 17 00:00:00 2001 From: Rakshith Ravi Date: Sun, 3 Nov 2024 18:59:31 +0000 Subject: [PATCH] Upgraded reqwest to 0.12 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 782f74f..8ef1a81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ipinfo" description = "ipinfo: A Rust library for IPInfo" -version = "3.0.1" +version = "3.1.0" authors = [ "Amr Ali ", "Uman Shahzad ", @@ -22,7 +22,7 @@ travis-ci = { repository = "ipinfo/rust", branch = "master" } codecov = { repository = "ipinfo/rust", branch = "master", service = "github" } [dependencies] -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.12", features = ["json"] } lru = "0.12.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"