From 51e7c6d4c7e32861e32ce4e38d2b65d0418eee8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:06:47 +0000 Subject: [PATCH] Bump tempfile from 3.12.0 to 3.13.0 (#1226) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ca62bb0..7ff532d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1540,9 +1540,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.12.0" +version = "3.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" +checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index f8bb6cb8..e46c8c5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ rowan = "0.15.16" rustc-hash = "2.0.0" serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" -tempfile = "3.12.0" +tempfile = "3.13.0" titlecase = "3.3.0" unicode-normalization = "0.1.24" url = "2.5.0"