Bump etcetera to 0.10.0 (#3867)

This bumps the underlying version of windows-sys used by this crate.

I've only compile tested this by crosscompiling from Linux.
This commit is contained in:
miniduikboot 2025-07-01 02:23:12 +02:00 committed by GitHub
parent 798d1075a7
commit 2fd3dabf38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1281,13 +1281,13 @@ dependencies = [
[[package]]
name = "etcetera"
version = "0.8.0"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
checksum = "26c7b13d0780cb82722fd59f6f57f925e143427e4a75313a6c77243bf5326ae6"
dependencies = [
"cfg-if",
"home",
"windows-sys 0.48.0",
"windows-sys 0.59.0",
]
[[package]]
@ -3118,7 +3118,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys 0.9.4",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]

View File

@ -82,7 +82,7 @@ workspace = true
features = ["postgres", "derive"]
[target.'cfg(target_os = "windows")'.dependencies]
etcetera = "0.8.0"
etcetera = "0.10.0"
[lints]
workspace = true