Update Rust crate chrono to 0.4.30
This commit is contained in:
parent
84fa10cbe1
commit
56632e9dec
|
@ -247,16 +247,15 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "chrono"
|
name = "chrono"
|
||||||
version = "0.4.27"
|
version = "0.4.30"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f56b4c72906975ca04becb8a30e102dfecddd0c06181e3e95ddc444be28881f8"
|
checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"android-tzdata",
|
"android-tzdata",
|
||||||
"iana-time-zone",
|
"iana-time-zone",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"serde",
|
"serde",
|
||||||
"time 0.1.45",
|
|
||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
"windows-targets",
|
"windows-targets",
|
||||||
]
|
]
|
||||||
|
@ -1068,7 +1067,7 @@ dependencies = [
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"serde_with",
|
"serde_with",
|
||||||
"sled",
|
"sled",
|
||||||
"time 0.3.28",
|
"time",
|
||||||
"tokio",
|
"tokio",
|
||||||
"zkp",
|
"zkp",
|
||||||
]
|
]
|
||||||
|
@ -1092,7 +1091,7 @@ dependencies = [
|
||||||
"statistical",
|
"statistical",
|
||||||
"subtle",
|
"subtle",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"time 0.3.28",
|
"time",
|
||||||
"zkp",
|
"zkp",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -1109,7 +1108,7 @@ dependencies = [
|
||||||
"lox_utils",
|
"lox_utils",
|
||||||
"rand 0.7.3",
|
"rand 0.7.3",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"time 0.3.28",
|
"time",
|
||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
"zkp",
|
"zkp",
|
||||||
]
|
]
|
||||||
|
@ -1855,7 +1854,7 @@ dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"serde_with_macros",
|
"serde_with_macros",
|
||||||
"time 0.3.28",
|
"time",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -2022,17 +2021,6 @@ dependencies = [
|
||||||
"syn",
|
"syn",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "time"
|
|
||||||
version = "0.1.45"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
|
||||||
dependencies = [
|
|
||||||
"libc",
|
|
||||||
"wasi 0.10.0+wasi-snapshot-preview1",
|
|
||||||
"winapi",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "time"
|
name = "time"
|
||||||
version = "0.3.28"
|
version = "0.3.28"
|
||||||
|
@ -2255,12 +2243,6 @@ version = "0.9.0+wasi-snapshot-preview1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "wasi"
|
|
||||||
version = "0.10.0+wasi-snapshot-preview1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasi"
|
name = "wasi"
|
||||||
version = "0.11.0+wasi-snapshot-preview1"
|
version = "0.11.0+wasi-snapshot-preview1"
|
||||||
|
|
|
@ -31,5 +31,5 @@ serde_json = "1.0.105"
|
||||||
sled = "0.34.7"
|
sled = "0.34.7"
|
||||||
|
|
||||||
[dependencies.chrono]
|
[dependencies.chrono]
|
||||||
version = "0.4.27"
|
version = "0.4.30"
|
||||||
features = ["serde"]
|
features = ["serde"]
|
||||||
|
|
|
@ -24,5 +24,5 @@ rand = { version = "0.7", features = ["wasm-bindgen"] }
|
||||||
zkp = "0.8.0"
|
zkp = "0.8.0"
|
||||||
|
|
||||||
[dependencies.chrono]
|
[dependencies.chrono]
|
||||||
version = "0.4.27"
|
version = "0.4.30"
|
||||||
features = ["serde", "wasmbind"]
|
features = ["serde", "wasmbind"]
|
||||||
|
|
|
@ -19,4 +19,4 @@ reqwest = { version = "0.11", features = ["stream"]}
|
||||||
tokio-stream = "0.1.14"
|
tokio-stream = "0.1.14"
|
||||||
futures = "0.3.28"
|
futures = "0.3.28"
|
||||||
tokio-util = "0.7.8"
|
tokio-util = "0.7.8"
|
||||||
chrono = { version = "0.4.27", features = ["serde", "clock"] }
|
chrono = { version = "0.4.30", features = ["serde", "clock"] }
|
||||||
|
|
Loading…
Reference in New Issue