Bump sys-locale from 0.2.4 to 0.3.0 (#8838)

This commit is contained in:
dependabot[bot] 2023-04-13 18:57:25 +00:00 committed by GitHub
parent ebdb7ac2d8
commit 5a8d4c628f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 7 deletions

7
Cargo.lock generated
View File

@ -5061,14 +5061,11 @@ dependencies = [
[[package]] [[package]]
name = "sys-locale" name = "sys-locale"
version = "0.2.4" version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8a11bd9c338fdba09f7881ab41551932ad42e405f61d01e8406baea71c07aee" checksum = "ea0b9eefabb91675082b41eb94c3ecd91af7656caee3fb4961a07c0ec8c7ca6f"
dependencies = [ dependencies = [
"js-sys",
"libc", "libc",
"wasm-bindgen",
"web-sys",
"windows-sys 0.45.0", "windows-sys 0.45.0",
] ]

View File

@ -30,7 +30,7 @@ serde = { version = "1.0.143", default-features = false }
serde_json = { version = "1.0", optional = true } serde_json = { version = "1.0", optional = true }
strum = "0.24" strum = "0.24"
strum_macros = "0.24" strum_macros = "0.24"
sys-locale = "0.2.0" sys-locale = "0.3.0"
thiserror = "1.0.31" thiserror = "1.0.31"
typetag = "0.2.5" typetag = "0.2.5"

View File

@ -21,7 +21,7 @@ log = "0.4"
lscolors = { version = "0.12.0", features = ["crossterm"], default-features = false } lscolors = { version = "0.12.0", features = ["crossterm"], default-features = false }
num-format = { version = "0.4.3" } num-format = { version = "0.4.3" }
strip-ansi-escapes = "0.1.1" strip-ansi-escapes = "0.1.1"
sys-locale = "0.2.1" sys-locale = "0.3.0"
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
crossterm_winapi = "0.9.0" crossterm_winapi = "0.9.0"