core: bump rustls from 0.23.40 to 0.23.41 (#23305)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-23 14:22:43 +00:00
committed by GitHub
parent 2a4731b0fe
commit a7a784f8a7
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2965,9 +2965,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.40"
version = "0.23.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
dependencies = [
"aws-lc-rs",
"log",

View File

@@ -67,7 +67,7 @@ reqwest-middleware = { version = "= 0.5.2", features = [
"query",
"rustls",
] }
rustls = { version = "= 0.23.40", features = ["fips"] }
rustls = { version = "= 0.23.41", features = ["fips"] }
sentry = { version = "= 0.48.2", default-features = false, features = [
"backtrace",
"contexts",