From c14b969a8d6d5dafccc1b5a2fde4fd3e7cbd0411 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sat, 20 Apr 2024 11:54:47 +0200 Subject: [PATCH] update name --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 847a30b..3e1efd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] -name = "reqwest-backoff" +name = "twba-reqwest-backoff" version = "0.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -reqwest = "0.11" +reqwest = "0.12.4" thiserror = "1.0" tokio = "1.32" url = "2.4.1"