diff --git a/Cargo.toml b/Cargo.toml
index d6e2b9afc..c24b391e8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -249,7 +249,7 @@ reqwest = { version = "0.12.12", default-features = false, features = [
     "rustls-tls-native-roots-no-provider",
 ] }
 rusqlite = { version = "^0.28.0", features = ["array", "bundled"] }
-rustls = { version = "0.23.21", default-features = false, features = [
+rustls = { version = "0.23.26", default-features = false, features = [
     "aws_lc_rs",
 ] }