diff --git a/Cargo.lock b/Cargo.lock index 3b3dd03..7e372cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7388,9 +7388,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.13.0" +version = "3.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" +checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index ec1f227..761f3c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ semaphore = { git = "https://github.com/worldcoin/semaphore-rs", rev = "d0d1f89" ] } [dev-dependencies] -tempfile = "3.10.1" +tempfile = "3.14.0" testcontainers = "0.23" indoc = "2.0.5" testcontainers-modules = { version = "0.11", features = ["postgres"] }