Update Rust crate chrono to 0.4.38
Signed-off-by: Cecylia Bocovich <cohosh@torproject.org>
This commit is contained in:
parent
c7aa2d2ee2
commit
06cac427b8
|
@ -219,9 +219,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "chrono"
|
name = "chrono"
|
||||||
version = "0.4.34"
|
version = "0.4.38"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b"
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"android-tzdata",
|
"android-tzdata",
|
||||||
"iana-time-zone",
|
"iana-time-zone",
|
||||||
|
|
|
@ -38,5 +38,5 @@ prometheus-client = "0.22.2"
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
|
|
||||||
[dependencies.chrono]
|
[dependencies.chrono]
|
||||||
version = "0.4.34"
|
version = "0.4.38"
|
||||||
features = ["serde"]
|
features = ["serde"]
|
||||||
|
|
|
@ -12,7 +12,7 @@ categories = ["rust-patterns"]
|
||||||
repository = "https://gitlab.torproject.org/tpo/anti-censorship/lox.git/"
|
repository = "https://gitlab.torproject.org/tpo/anti-censorship/lox.git/"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = { version = "0.4.34", features = ["serde", "clock"] }
|
chrono = { version = "0.4.38", features = ["serde", "clock"] }
|
||||||
lox-library = {path = "../lox-library", version = "0.1.0"}
|
lox-library = {path = "../lox-library", version = "0.1.0"}
|
||||||
serde = "1"
|
serde = "1"
|
||||||
serde_json = "1.0.113"
|
serde_json = "1.0.113"
|
||||||
|
|
|
@ -30,5 +30,5 @@ rand = { version = "0.7", features = ["wasm-bindgen"] }
|
||||||
lox-zkp = { git = "https://gitlab.torproject.org/onyinyang/lox-zkp", version = "0.8.0" }
|
lox-zkp = { git = "https://gitlab.torproject.org/onyinyang/lox-zkp", version = "0.8.0" }
|
||||||
|
|
||||||
[dependencies.chrono]
|
[dependencies.chrono]
|
||||||
version = "0.4.34"
|
version = "0.4.38"
|
||||||
features = ["serde", "wasmbind"]
|
features = ["serde", "wasmbind"]
|
||||||
|
|
|
@ -25,4 +25,4 @@ reqwest = { version = "0.11", features = ["json", "stream"]}
|
||||||
tokio-stream = "0.1.15"
|
tokio-stream = "0.1.15"
|
||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
tokio-util = "0.7.10"
|
tokio-util = "0.7.10"
|
||||||
chrono = { version = "0.4.34", features = ["serde", "clock"] }
|
chrono = { version = "0.4.38", features = ["serde", "clock"] }
|
||||||
|
|
Loading…
Reference in New Issue