From 5f06507c91c28f719aff32211b5aa314c7803631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 08:47:22 +0800 Subject: [PATCH] chore(deps): bump tempfile from 3.9.0 to 3.10.1 in /bin/oli (#4298) Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.9.0 to 3.10.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.9.0...v3.10.1) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- bin/oli/Cargo.lock | 5 ++--- bin/oli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bin/oli/Cargo.lock b/bin/oli/Cargo.lock index da7d3f79178f..a8f048c0cd0f 100644 --- a/bin/oli/Cargo.lock +++ b/bin/oli/Cargo.lock @@ -3023,13 +3023,12 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" [[package]] name = "tempfile" -version = "3.9.0" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", "fastrand 2.0.1", - "redox_syscall 0.4.1", "rustix 0.38.31", "windows-sys 0.52.0", ] diff --git a/bin/oli/Cargo.toml b/bin/oli/Cargo.toml index 288c3f8f622a..3967b802c133 100644 --- a/bin/oli/Cargo.toml +++ b/bin/oli/Cargo.toml @@ -74,4 +74,4 @@ url = "2.5.0" [dev-dependencies] assert_cmd = "2" predicates = "3" -tempfile = "3.8.1" +tempfile = "3.10.1"