aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock12
1 files changed, 9 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 42e2b1e..93c1944 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -133,16 +133,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
133 133
134[[package]] 134[[package]]
135name = "chrono" 135name = "chrono"
136version = "0.4.38" 136version = "0.4.40"
137source = "registry+https://github.com/rust-lang/crates.io-index" 137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 138checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
139dependencies = [ 139dependencies = [
140 "android-tzdata", 140 "android-tzdata",
141 "iana-time-zone", 141 "iana-time-zone",
142 "js-sys", 142 "js-sys",
143 "num-traits", 143 "num-traits",
144 "wasm-bindgen", 144 "wasm-bindgen",
145 "windows-targets", 145 "windows-link",
146] 146]
147 147
148[[package]] 148[[package]]
@@ -775,6 +775,12 @@ dependencies = [
775] 775]
776 776
777[[package]] 777[[package]]
778name = "windows-link"
779version = "0.1.1"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
782
783[[package]]
778name = "windows-sys" 784name = "windows-sys"
779version = "0.52.0" 785version = "0.52.0"
780source = "registry+https://github.com/rust-lang/crates.io-index" 786source = "registry+https://github.com/rust-lang/crates.io-index"