diff --git a/Cargo.lock b/Cargo.lock index a53db3fc..00ad5c03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2003,9 +2003,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "trybuild" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04366e99ff743345622cd00af2af01d711dc2d1ef59250d7347698d21b546729" +checksum = "a84e0202ea606ba5ebee8507ab2bfbe89b98551ed9b8f0be198109275cff284b" dependencies = [ "basic-toml", "glob", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index 119f54f4..babd3bc3 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.81" +trybuild = "1.0.82" # Used by the https examples and tests pem = "3.0" rcgen = "0.11.1"