diff --git a/Cargo.lock b/Cargo.lock index 1ee1c3fa..26e5ae6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2012,9 +2012,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "trybuild" -version = "1.0.82" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a84e0202ea606ba5ebee8507ab2bfbe89b98551ed9b8f0be198109275cff284b" +checksum = "6df60d81823ed9c520ee897489573da4b1d79ffbe006b8134f46de1a1aa03555" dependencies = [ "basic-toml", "glob", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index c3aedfb4..dd67d0bf 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -89,7 +89,7 @@ libc = "0.2.147" mime_guess = "2.0.4" subprocess = "0.2.9" tempfile = "3.6" -trybuild = "1.0.82" +trybuild = "1.0.83" # Used by the https examples and tests pem = "3.0" rcgen = "0.11.1"