bump cargo crate sys-locale to the latest version (#4957)

This commit is contained in:
Michael Angerman 2022-03-25 10:00:35 -07:00 committed by GitHub
parent 4e9c1067fb
commit 2252833917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4137,9 +4137,9 @@ dependencies = [
[[package]]
name = "sys-locale"
version = "0.1.0"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91f89ebb59fa30d4f65fafc2d68e94f6975256fd87e812dd99cb6e020c8563df"
checksum = "3913c5a3d30054d7f77cf07cdd800c8103ace15c6e44437c5db66a43dd3a92cf"
dependencies = [
"cc",
"cstr_core",

View File

@ -21,7 +21,7 @@ serde_json = { version = "1.0", optional = true }
nu-json = { path = "../nu-json", version = "0.60.0" }
typetag = "0.1.8"
num-format = "0.4.0"
sys-locale = "0.1.0"
sys-locale = "0.2.0"
[features]
plugin = ["serde_json"]