Update Rust crate chrono to 0.4.38

Signed-off-by: Cecylia Bocovich <cohosh@torproject.org>
This commit is contained in:
Renovate Bot 2024-04-15 10:06:20 +00:00 committed by Cecylia Bocovich
parent c7aa2d2ee2
commit 06cac427b8
No known key found for this signature in database
GPG Key ID: 009DE379FD9B7B90
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -219,9 +219,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.34"
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
"android-tzdata",
"iana-time-zone",

View File

@ -38,5 +38,5 @@ prometheus-client = "0.22.2"
thiserror = "1"
[dependencies.chrono]
version = "0.4.34"
version = "0.4.38"
features = ["serde"]

View File

@ -12,7 +12,7 @@ categories = ["rust-patterns"]
repository = "https://gitlab.torproject.org/tpo/anti-censorship/lox.git/"
[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"}
serde = "1"
serde_json = "1.0.113"

View File

@ -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" }
[dependencies.chrono]
version = "0.4.34"
version = "0.4.38"
features = ["serde", "wasmbind"]

View File

@ -25,4 +25,4 @@ reqwest = { version = "0.11", features = ["json", "stream"]}
tokio-stream = "0.1.15"
futures = "0.3.30"
tokio-util = "0.7.10"
chrono = { version = "0.4.34", features = ["serde", "clock"] }
chrono = { version = "0.4.38", features = ["serde", "clock"] }