diff --git a/Cargo.lock b/Cargo.lock index b0035bc..7240e76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,9 +243,9 @@ checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a" [[package]] name = "tempfile" -version = "3.22.0" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index 95d4d5d..6a68729 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ pyo3 = { version = "0.26.0", features = [ "extension-module", "generate-import-lib", ] } -tempfile = "3.22.0" +tempfile = "3.23.0" [features] abi3 = ["pyo3/abi3"]