1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 21:45:26 +01:00

build(deps): Bump tempfile in /functional-tests in the rust group

Bumps the rust group in /functional-tests with 1 update: [tempfile](https://github.com/Stebalien/tempfile).


Updates `tempfile` from 3.19.0 to 3.19.1
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.19.0...v3.19.1)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-24 10:00:37 +00:00
committed by Felix Fontein
parent 7839d80bfb
commit 3abced220e
2 changed files with 3 additions and 3 deletions

View File

@@ -207,9 +207,9 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.19.0"
version = "3.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600"
checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
dependencies = [
"fastrand",
"getrandom",

View File

@@ -5,7 +5,7 @@ edition = "2021"
authors = ["Adrian Utrilla <adrianutrilla@gmail.com>"]
[dependencies]
tempfile = "3.19.0"
tempfile = "3.19.1"
serde = "1.0"
serde_json = "1.0.140"
serde_yaml = "0.9.34"