diff --git a/Cargo.lock b/Cargo.lock index 8f9ddc7..7404274 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4313,9 +4313,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.21.0" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", "getrandom 0.3.3", diff --git a/datafusion/bio-format-core/Cargo.toml b/datafusion/bio-format-core/Cargo.toml index 4ff5d79..7c0b9d0 100644 --- a/datafusion/bio-format-core/Cargo.toml +++ b/datafusion/bio-format-core/Cargo.toml @@ -24,4 +24,4 @@ async-compression = "0.4.19" futures = "0.3" [dev-dependencies] -tempfile = "3.10.1" +tempfile = "3.23.0" diff --git a/datafusion/bio-format-vcf/Cargo.toml b/datafusion/bio-format-vcf/Cargo.toml index c46b7d6..86d73ef 100644 --- a/datafusion/bio-format-vcf/Cargo.toml +++ b/datafusion/bio-format-vcf/Cargo.toml @@ -30,7 +30,7 @@ log = "0.4.22" env_logger = "0.11.6" [dev-dependencies] -tempfile = "3.0" +tempfile = "3.23" [[example]]