Spaces:
Runtime error
Runtime error
dependabot[bot]
commited on
Commit
•
6aab9c8
1
Parent(s):
1d133ed
build(deps): bump tempfile from 3.9.0 to 3.10.1 (#536)
Browse files- Cargo.lock +6 -7
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -1848,9 +1848,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
1848 |
|
1849 |
[[package]]
|
1850 |
name = "libc"
|
1851 |
-
version = "0.2.
|
1852 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1853 |
-
checksum = "
|
1854 |
|
1855 |
[[package]]
|
1856 |
name = "libmimalloc-sys"
|
@@ -3054,9 +3054,9 @@ dependencies = [
|
|
3054 |
|
3055 |
[[package]]
|
3056 |
name = "rustix"
|
3057 |
-
version = "0.38.
|
3058 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3059 |
-
checksum = "
|
3060 |
dependencies = [
|
3061 |
"bitflags 2.4.1",
|
3062 |
"errno",
|
@@ -3558,13 +3558,12 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
|
|
3558 |
|
3559 |
[[package]]
|
3560 |
name = "tempfile"
|
3561 |
-
version = "3.
|
3562 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3563 |
-
checksum = "
|
3564 |
dependencies = [
|
3565 |
"cfg-if 1.0.0",
|
3566 |
"fastrand",
|
3567 |
-
"redox_syscall 0.4.1",
|
3568 |
"rustix",
|
3569 |
"windows-sys 0.52.0",
|
3570 |
]
|
|
|
1848 |
|
1849 |
[[package]]
|
1850 |
name = "libc"
|
1851 |
+
version = "0.2.153"
|
1852 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1853 |
+
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
1854 |
|
1855 |
[[package]]
|
1856 |
name = "libmimalloc-sys"
|
|
|
3054 |
|
3055 |
[[package]]
|
3056 |
name = "rustix"
|
3057 |
+
version = "0.38.31"
|
3058 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3059 |
+
checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
|
3060 |
dependencies = [
|
3061 |
"bitflags 2.4.1",
|
3062 |
"errno",
|
|
|
3558 |
|
3559 |
[[package]]
|
3560 |
name = "tempfile"
|
3561 |
+
version = "3.10.1"
|
3562 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3563 |
+
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
3564 |
dependencies = [
|
3565 |
"cfg-if 1.0.0",
|
3566 |
"fastrand",
|
|
|
3567 |
"rustix",
|
3568 |
"windows-sys 0.52.0",
|
3569 |
]
|
Cargo.toml
CHANGED
@@ -47,7 +47,7 @@ cfg-if = {version="1.0.0", default-features=false,optional=true}
|
|
47 |
[dev-dependencies]
|
48 |
rusty-hook = {version="^0.11.2", default-features=false}
|
49 |
criterion = {version="0.5.1", default-features=false}
|
50 |
-
tempfile = {version="3.
|
51 |
|
52 |
[build-dependencies]
|
53 |
lightningcss = {version="1.0.0-alpha.52", default-features=false, features=["grid"]}
|
|
|
47 |
[dev-dependencies]
|
48 |
rusty-hook = {version="^0.11.2", default-features=false}
|
49 |
criterion = {version="0.5.1", default-features=false}
|
50 |
+
tempfile = {version="3.10.1", default-features=false}
|
51 |
|
52 |
[build-dependencies]
|
53 |
lightningcss = {version="1.0.0-alpha.52", default-features=false, features=["grid"]}
|