mirror of
https://github.com/nushell/nushell.git
synced 2025-08-21 01:03:49 +02:00
build(deps): bump tempfile from 3.20.0 to 3.21.0 (#16480)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -7320,9 +7320,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tempfile"
|
||||
version = "3.20.0"
|
||||
version = "3.21.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
|
||||
checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e"
|
||||
dependencies = [
|
||||
"fastrand",
|
||||
"getrandom 0.3.1",
|
||||
|
@@ -170,7 +170,7 @@ strum_macros = "0.26"
|
||||
syn = "2.0"
|
||||
sysinfo = "0.36"
|
||||
tabled = { version = "0.20", default-features = false }
|
||||
tempfile = "3.20"
|
||||
tempfile = "3.21"
|
||||
thiserror = "2.0.12"
|
||||
titlecase = "3.6"
|
||||
toml = "0.8"
|
||||
|
Reference in New Issue
Block a user