diff --git a/Cargo.lock b/Cargo.lock index e2129fa..63317c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2205,9 +2205,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.26" +version = "0.11.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2" +checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" dependencies = [ "base64", "bytes", diff --git a/sessions/Cargo.toml b/sessions/Cargo.toml index f3bf72e..3392c52 100644 --- a/sessions/Cargo.toml +++ b/sessions/Cargo.toml @@ -23,7 +23,7 @@ opentelemetry-http = { version = "0.11.0" } opentelemetry-otlp = { version = "0.15.0", features = ["metrics", "tokio"] } opentelemetry-semantic-conventions = { version = "0.14.0" } opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio"] } -reqwest = { version = "0.11.26", default-features = false, features = [ +reqwest = { version = "0.11.27", default-features = false, features = [ "tokio-rustls", "json", ] }