diff --git a/Cargo.lock b/Cargo.lock index e1ecc81..2ea5018 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3408,9 +3408,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.37" +version = "0.23.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4" +checksum = "69f9466fb2c14ea04357e91413efb882e2a6d4a406e625449bc0a5d360d53a21" dependencies = [ "once_cell", "ring", diff --git a/Cargo.toml b/Cargo.toml index 1c76a2c..2245c5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ futures-util = { version = "0.3.32", default-features = false, features = [ ] } getset = "0.1.6" redb = "3.1.1" -rustls = { version = "0.23.37", default-features = false, features = ["std", "tls12", "ring"] } +rustls = { version = "0.23.38", default-features = false, features = ["std", "tls12", "ring"] } rustversion = "1.0.22" serde = { version = "1.0.228", features = ["derive"] } sqlx = { version = "0.8.6", features = [