diff --git a/Cargo.lock b/Cargo.lock index b0e183d3b..10b4bc3ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1347,9 +1347,9 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c333bb734fcdedcea57de1602543590f545f127dc8b533324318fd492c5c70b" +checksum = "f48172685e6ff52a556baa527774f61fcaa884f59daf3375c62a3f1cd2549dab" dependencies = [ "base64", "rustls-pki-types", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index f12730dc0..115cfe8d9 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -27,7 +27,7 @@ paste = "1.0.14" percent-encoding = "2.3.1" proc-macro2 = "1.0.78" rustls = "0.22.2" -rustls-pemfile = "2.1.0" +rustls-pemfile = "2.1.1" serde_json = "1.0.114" serde_path_to_error = "0.1.15" serde_urlencoded = "0.7.1"