From 632e2111fe005b1cabfade2959f5cdea4dcbb8bd Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Sun, 5 Jul 2026 09:51:08 +0100 Subject: [PATCH] update `reqwest` dependency in `logfire-client` to 0.13 --- logfire-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logfire-client/Cargo.toml b/logfire-client/Cargo.toml index c4beca3..cd01c23 100644 --- a/logfire-client/Cargo.toml +++ b/logfire-client/Cargo.toml @@ -14,7 +14,7 @@ default = [] logfire-core.workspace = true chrono = { version = "0.4", features = ["serde"] } -reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] } +reqwest = { version = "0.13", default-features = false, features = ["json", "query", "rustls"] } serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror.workspace = true