about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-06-14 10:28:46 +0300
committerRicky Kresslein <rk@lakoliu.com>2022-06-14 10:28:46 +0300
commit174bfdc1111fb480b441cec8be5746d087e8a86e (patch)
tree4167ee0ba69cafe14c3300cb6629025eead88a1e /Cargo.lock
parenta64af13fb2f6837244359e6a18efb0e24fb56970 (diff)
downloadFurtherance-174bfdc1111fb480b441cec8be5746d087e8a86e.tar.zst
Use unstable-locales
Diffstat (limited to 'Cargo.lock')
-rwxr-xr-xCargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 27f2bd2..66fa5c3 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -132,6 +132,7 @@ dependencies = [
  "libc",
  "num-integer",
  "num-traits",
+ "pure-rust-locales",
  "time",
  "winapi",
 ]
@@ -923,6 +924,12 @@ dependencies = [
 ]
 
 [[package]]
+name = "pure-rust-locales"
+version = "0.5.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b45c49fc4f91f35bae654f85ebb3a44d60ac64f11b3166ffa609def390c732d8"
+
+[[package]]
 name = "quick-xml"
 version = "0.22.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"