🏡 index : ~doyle/gitlab-cargo-shim.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-03-01 3:23:10.0 +00:00:00
committer GitHub <noreply@github.com> 2024-03-01 3:23:10.0 +00:00:00
commit
0be4a723d92519d314ed555aa08423a423dc7c10 [patch]
tree
f9402a903cc716312cb01f1d7a7f6e65d198dff1
parent
e0ead53e576758e2f2fc84e70dbf4685e6132a70
download
0be4a723d92519d314ed555aa08423a423dc7c10.tar.gz

Bump tempfile from 3.10.0 to 3.10.1

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.10.0 to 3.10.1.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.10.0...v3.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 Cargo.lock | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 47f5492..664baed 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1878,9 +1878,9 @@ dependencies = [

[[package]]
name = "tempfile"
version = "3.10.0"
version = "3.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67"
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
dependencies = [
 "cfg-if",
 "fastrand",