diff --git a/Cargo.lock b/Cargo.lock index 3a67d1b..9573896 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2363,9 +2363,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.9" +version = "0.12.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" +checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" dependencies = [ "base64 0.22.1", "bytes", @@ -2394,6 +2394,7 @@ dependencies = [ "sync_wrapper", "tokio", "tokio-rustls 0.26.1", + "tower 0.5.2", "tower-service", "url", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index 5013df5..184e79e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ password-auth = { version = "1.1.0-pre.1", default-features = false, features = plotly = { version = "0.11.0", default-features=false, features = ["with-axum"] } rand = { version = "0.8.5", default-features = false } regex = { version = "1.11.0", default-features = false } -reqwest = { version = "0.12.8", default-features = false, features = ["json", "rustls-tls"] } +reqwest = { version = "0.12.12", default-features = false, features = ["json", "rustls-tls"] } serde = { version = "1.0.210", default-features = false, features = ["derive", "serde_derive"] } serde_json = { version = "1.0.128", default-features = false } sqlx = { version = "0.8.2", default-features = false, features = ["runtime-tokio-rustls", "postgres", "time", "uuid", "migrate"] }