diff --git a/Cargo.lock b/Cargo.lock index 1e495f1..00e8deb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -369,9 +369,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.20.0" +version = "3.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" +checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" dependencies = [ "fastrand", "getrandom", diff --git a/cruct/Cargo.toml b/cruct/Cargo.toml index 247bb99..4b18fe4 100644 --- a/cruct/Cargo.toml +++ b/cruct/Cargo.toml @@ -21,4 +21,4 @@ cruct_shared = { version = "=1.0.0", path = "../cruct_shared" } [dev-dependencies] assay = "0.1.1" -tempfile = "3.19.1" +tempfile = "3.22.0" diff --git a/cruct_shared/Cargo.toml b/cruct_shared/Cargo.toml index fcedc99..3cb66b4 100644 --- a/cruct_shared/Cargo.toml +++ b/cruct_shared/Cargo.toml @@ -23,4 +23,4 @@ toml_edit = { version = "0.23.1", optional = true } yaml-rust2 = { version = "0.10.3", optional = true } [dev-dependencies] -tempfile = "3.19.1" +tempfile = "3.22.0"