diff --git a/Cargo.toml b/Cargo.toml index 3528328..163e0a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ tokio = { version = "1", features = ["full"] } dotenvy = "0.15.7" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -reqwest = { version = "0.12.12", features = ["json"] } +reqwest = { version = "0.13.0", features = ["json"] } bytes = "1" \ No newline at end of file