Update Rust crate chrono to 0.4.34

Signed-off-by: Cecylia Bocovich <cohosh@torproject.org>
This commit is contained in:
Renovate Bot 2024-02-12 15:10:33 +00:00 committed by Cecylia Bocovich
parent 227fd1ce33
commit 5cda1d33e8
No known key found for this signature in database
GPG Key ID: 009DE379FD9B7B90
5 changed files with 7 additions and 7 deletions

6
Cargo.lock generated
View File

@ -219,9 +219,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.31"
version = "0.4.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b"
dependencies = [
"android-tzdata",
"iana-time-zone",
@ -229,7 +229,7 @@ dependencies = [
"num-traits",
"serde",
"wasm-bindgen",
"windows-targets 0.48.1",
"windows-targets 0.52.0",
]
[[package]]

View File

@ -38,5 +38,5 @@ prometheus-client = "0.22.1"
thiserror = "1"
[dependencies.chrono]
version = "0.4.31"
version = "0.4.34"
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.31", features = ["serde", "clock"] }
chrono = { version = "0.4.34", 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.31"
version = "0.4.34"
features = ["serde", "wasmbind"]

View File

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