You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-12-21 22:38:40 +02:00
cargo: bump tempfile from 3.21.0 to 3.23.0 in the minor group (#2936)
Bumps the minor group with 1 update: [tempfile](https://github.com/Stebalien/tempfile). Updates `tempfile` from 3.21.0 to 3.23.0 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2780,9 +2780,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tempfile"
|
name = "tempfile"
|
||||||
version = "3.21.0"
|
version = "3.23.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e"
|
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fastrand",
|
"fastrand",
|
||||||
"getrandom 0.3.3",
|
"getrandom 0.3.3",
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ scraper = "0.24.0"
|
|||||||
thiserror = "2.0.17"
|
thiserror = "2.0.17"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = "3.21.0"
|
tempfile = "3.23.0"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ edition = "2024"
|
|||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tempfile = "3.21.0"
|
tempfile = "3.23.0"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "listdir"
|
name = "listdir"
|
||||||
|
|||||||
Reference in New Issue
Block a user