ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: bump tempfile from 3.3.0 to 3.4.0

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/Stebalien/tempfile/releases)
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS)
- [Commits](https://github.com/Stebalien/tempfile/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-27 16:10:05 +00:00 committed by github-actions[bot]
parent b34daa9423
commit 7de17ce4e7
4 changed files with 7 additions and 17 deletions

18
Cargo.lock generated
View file

@ -1501,15 +1501,6 @@ version = "0.6.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi",
]
[[package]]
name = "roff"
version = "0.2.1"
@ -1705,16 +1696,15 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.3.0"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
dependencies = [
"cfg-if",
"fastrand",
"libc",
"redox_syscall",
"remove_dir_all",
"winapi",
"rustix",
"windows-sys 0.42.0",
]
[[package]]

View file

@ -55,7 +55,7 @@ regex = "1.7.1"
rpassword = "7.2.0"
serde = { version = "1.0", features = ["derive"] }
slab = "0.4.8"
tempfile = "3.3.0"
tempfile = "3.4.0"
textwrap = "0.16.0"
timeago = { version = "0.4.1", default-features = false }
thiserror = "1.0.38"

View file

@ -35,7 +35,7 @@ rand = "0.8.5"
rand_chacha = "0.3.1"
regex = "1.7.1"
serde_json = "1.0.93"
tempfile = "3.3.0"
tempfile = "3.4.0"
thiserror = "1.0.38"
thrift = { version = "0.17.0", default-features = false, optional = true }
whoami = "1.3.0"

View file

@ -20,4 +20,4 @@ git2 = "0.16.1"
itertools = "0.10.5"
jujutsu-lib = { path = ".." }
rand = "0.8.5"
tempfile = "3.3.0"
tempfile = "3.4.0"