Skip to content

Commit c0b5fda

Browse files
Automatic cargo update to 2025-07-21 (#4231)
Dependency upgrade resulting from `cargo update`. Co-authored-by: tautschnig <[email protected]>
1 parent d49a9ff commit c0b5fda

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

Cargo.lock

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@ dependencies = [
280280

281281
[[package]]
282282
name = "cc"
283-
version = "1.2.29"
283+
version = "1.2.30"
284284
source = "registry+https://github.com/rust-lang/crates.io-index"
285-
checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362"
285+
checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7"
286286
dependencies = [
287287
"shlex",
288288
]
@@ -1709,9 +1709,9 @@ dependencies = [
17091709

17101710
[[package]]
17111711
name = "redox_syscall"
1712-
version = "0.5.13"
1712+
version = "0.5.14"
17131713
source = "registry+https://github.com/rust-lang/crates.io-index"
1714-
checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
1714+
checksum = "de3a5d9f0aba1dbcec1cc47f0ff94a4b778fe55bca98a6dfa92e4e094e57b1c4"
17151715
dependencies = [
17161716
"bitflags",
17171717
]
@@ -1790,15 +1790,15 @@ dependencies = [
17901790

17911791
[[package]]
17921792
name = "rustix"
1793-
version = "1.0.7"
1793+
version = "1.0.8"
17941794
source = "registry+https://github.com/rust-lang/crates.io-index"
1795-
checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
1795+
checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
17961796
dependencies = [
17971797
"bitflags",
17981798
"errno",
17991799
"libc",
18001800
"linux-raw-sys 0.9.4",
1801-
"windows-sys 0.59.0",
1801+
"windows-sys 0.60.2",
18021802
]
18031803

18041804
[[package]]
@@ -1901,9 +1901,9 @@ dependencies = [
19011901

19021902
[[package]]
19031903
name = "serde_json"
1904-
version = "1.0.140"
1904+
version = "1.0.141"
19051905
source = "registry+https://github.com/rust-lang/crates.io-index"
1906-
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
1906+
checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3"
19071907
dependencies = [
19081908
"indexmap",
19091909
"itoa",
@@ -2039,20 +2039,19 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
20392039

20402040
[[package]]
20412041
name = "strum"
2042-
version = "0.27.1"
2042+
version = "0.27.2"
20432043
source = "registry+https://github.com/rust-lang/crates.io-index"
2044-
checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
2044+
checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
20452045

20462046
[[package]]
20472047
name = "strum_macros"
2048-
version = "0.27.1"
2048+
version = "0.27.2"
20492049
source = "registry+https://github.com/rust-lang/crates.io-index"
2050-
checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
2050+
checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
20512051
dependencies = [
20522052
"heck",
20532053
"proc-macro2",
20542054
"quote",
2055-
"rustversion",
20562055
"syn",
20572056
]
20582057

@@ -2093,7 +2092,7 @@ dependencies = [
20932092
"fastrand",
20942093
"getrandom",
20952094
"once_cell",
2096-
"rustix 1.0.7",
2095+
"rustix 1.0.8",
20972096
"windows-sys 0.59.0",
20982097
]
20992098

@@ -2562,7 +2561,7 @@ checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762"
25622561
dependencies = [
25632562
"either",
25642563
"env_home",
2565-
"rustix 1.0.7",
2564+
"rustix 1.0.8",
25662565
"winsafe",
25672566
]
25682567

@@ -2573,7 +2572,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
25732572
checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d"
25742573
dependencies = [
25752574
"env_home",
2576-
"rustix 1.0.7",
2575+
"rustix 1.0.8",
25772576
"winsafe",
25782577
]
25792578

0 commit comments

Comments
 (0)