Skip to content

Commit

Permalink
build(deps): bump tempfile from 3.6.0 to 3.9.0 (#2718)
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.6.0 to 3.9.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.6.0...v3.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 8ed4fb8 commit 1527252
Showing 1 changed file with 11 additions and 64 deletions.
75 changes: 11 additions & 64 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -502,12 +502,9 @@ dependencies = [

[[package]]
name = "fastrand"
version = "1.9.0"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
"instant",
]
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"

[[package]]
name = "findshlibs"
Expand Down Expand Up @@ -912,26 +909,6 @@ dependencies = [
"hashbrown 0.14.3",
]

[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]

[[package]]
name = "io-lifetimes"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [
"hermit-abi",
"libc",
"windows-sys 0.48.0",
]

[[package]]
name = "ipconfig"
version = "0.3.0"
Expand Down Expand Up @@ -2260,12 +2237,6 @@ dependencies = [
"tonic",
]

[[package]]
name = "linux-raw-sys"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"

[[package]]
name = "linux-raw-sys"
version = "0.4.12"
Expand Down Expand Up @@ -2516,7 +2487,7 @@ checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
dependencies = [
"cfg-if",
"libc",
"redox_syscall 0.4.1",
"redox_syscall",
"smallvec",
"windows-targets 0.48.0",
]
Expand Down Expand Up @@ -2650,7 +2621,7 @@ dependencies = [
"hex",
"lazy_static",
"procfs-core",
"rustix 0.38.28",
"rustix",
]

[[package]]
Expand Down Expand Up @@ -2812,15 +2783,6 @@ dependencies = [
"yasna",
]

[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags 1.3.2",
]

[[package]]
name = "redox_syscall"
version = "0.4.1"
Expand Down Expand Up @@ -2934,20 +2896,6 @@ dependencies = [
"nom",
]

[[package]]
name = "rustix"
version = "0.37.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f79bef90eb6d984c72722595b5b1348ab39275a5e5123faca6863bf07d75a4e0"
dependencies = [
"bitflags 1.3.2",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys 0.3.8",
"windows-sys 0.48.0",
]

[[package]]
name = "rustix"
version = "0.38.28"
Expand All @@ -2957,7 +2905,7 @@ dependencies = [
"bitflags 2.4.0",
"errno",
"libc",
"linux-raw-sys 0.4.12",
"linux-raw-sys",
"windows-sys 0.52.0",
]

Expand Down Expand Up @@ -3233,16 +3181,15 @@ dependencies = [

[[package]]
name = "tempfile"
version = "3.6.0"
version = "3.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
dependencies = [
"autocfg",
"cfg-if",
"fastrand",
"redox_syscall 0.3.5",
"rustix 0.37.13",
"windows-sys 0.48.0",
"redox_syscall",
"rustix",
"windows-sys 0.52.0",
]

[[package]]
Expand Down Expand Up @@ -3815,7 +3762,7 @@ dependencies = [
"either",
"home",
"once_cell",
"rustix 0.38.28",
"rustix",
]

[[package]]
Expand Down

0 comments on commit 1527252

Please sign in to comment.