Spaces:
Running
Running
dependabot[bot]
commited on
build(deps): bump tempfile from 3.12.0 to 3.13.0 (#612)
Browse files- Cargo.lock +4 -4
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -3355,9 +3355,9 @@ dependencies = [
|
|
3355 |
|
3356 |
[[package]]
|
3357 |
name = "rustix"
|
3358 |
-
version = "0.38.
|
3359 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3360 |
-
checksum = "
|
3361 |
dependencies = [
|
3362 |
"bitflags 2.6.0",
|
3363 |
"errno",
|
@@ -3851,9 +3851,9 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
|
|
3851 |
|
3852 |
[[package]]
|
3853 |
name = "tempfile"
|
3854 |
-
version = "3.
|
3855 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3856 |
-
checksum = "
|
3857 |
dependencies = [
|
3858 |
"cfg-if 1.0.0",
|
3859 |
"fastrand",
|
|
|
3355 |
|
3356 |
[[package]]
|
3357 |
name = "rustix"
|
3358 |
+
version = "0.38.37"
|
3359 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3360 |
+
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
|
3361 |
dependencies = [
|
3362 |
"bitflags 2.6.0",
|
3363 |
"errno",
|
|
|
3851 |
|
3852 |
[[package]]
|
3853 |
name = "tempfile"
|
3854 |
+
version = "3.13.0"
|
3855 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3856 |
+
checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
|
3857 |
dependencies = [
|
3858 |
"cfg-if 1.0.0",
|
3859 |
"fastrand",
|
Cargo.toml
CHANGED
@@ -91,7 +91,7 @@ itertools = {version = "0.13.0", default-features = false}
|
|
91 |
[dev-dependencies]
|
92 |
rusty-hook = { version = "^0.11.2", default-features = false }
|
93 |
criterion = { version = "0.5.1", default-features = false }
|
94 |
-
tempfile = { version = "3.
|
95 |
|
96 |
[build-dependencies]
|
97 |
lightningcss = { version = "1.0.0-alpha.57", default-features = false, features = [
|
|
|
91 |
[dev-dependencies]
|
92 |
rusty-hook = { version = "^0.11.2", default-features = false }
|
93 |
criterion = { version = "0.5.1", default-features = false }
|
94 |
+
tempfile = { version = "3.13.0", default-features = false }
|
95 |
|
96 |
[build-dependencies]
|
97 |
lightningcss = { version = "1.0.0-alpha.57", default-features = false, features = [
|