diff --git a/Cargo.lock b/Cargo.lock index b8e2d50..bbb44fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -703,11 +703,10 @@ dependencies = [ [[package]] name = "native-tls" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" +checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" dependencies = [ - "lazy_static", "libc", "log", "openssl", diff --git a/Cargo.toml b/Cargo.toml index 0899b68..881dc0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde = { version = "1.0", features = ["derive"] } toml = "0.8.12" rusqlite = { version = "0.30.0", features = ["url", "time"] } gemtext = "0.2.1" -native-tls = { version = "0.2.11", features = ["vendored"] } +native-tls = { version = "0.2.12", features = ["vendored"] } x509-parser = "0.16.0" ring = "0.16.20" time = { version = "0.3.36", features = ["serde", "serde-human-readable", "std", "formatting", "parsing"] }