mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
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:
parent
798d1075a7
commit
2fd3dabf38
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -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]]
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user