From c5bc0ee40816782d004d558adf84a39c29a6d6d0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Sep 2023 15:03:48 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.31 --- Cargo.lock | 4 ++-- crates/lox-distributor/Cargo.toml | 2 +- crates/lox-wasm/Cargo.toml | 2 +- crates/rdsys-backend-api/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9698e09..8e24bdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,9 +241,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.30" +version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877" +checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/crates/lox-distributor/Cargo.toml b/crates/lox-distributor/Cargo.toml index 2af77df..c74ad1f 100644 --- a/crates/lox-distributor/Cargo.toml +++ b/crates/lox-distributor/Cargo.toml @@ -31,5 +31,5 @@ serde_json = "1.0.107" sled = "0.34.7" [dependencies.chrono] -version = "0.4.30" +version = "0.4.31" features = ["serde"] diff --git a/crates/lox-wasm/Cargo.toml b/crates/lox-wasm/Cargo.toml index 5a2fc8a..8e58492 100644 --- a/crates/lox-wasm/Cargo.toml +++ b/crates/lox-wasm/Cargo.toml @@ -24,5 +24,5 @@ rand = { version = "0.7", features = ["wasm-bindgen"] } zkp = "0.8.0" [dependencies.chrono] -version = "0.4.30" +version = "0.4.31" features = ["serde", "wasmbind"] diff --git a/crates/rdsys-backend-api/Cargo.toml b/crates/rdsys-backend-api/Cargo.toml index 387376e..a8305b3 100644 --- a/crates/rdsys-backend-api/Cargo.toml +++ b/crates/rdsys-backend-api/Cargo.toml @@ -19,4 +19,4 @@ reqwest = { version = "0.11", features = ["stream"]} tokio-stream = "0.1.14" futures = "0.3.28" tokio-util = "0.7.8" -chrono = { version = "0.4.30", features = ["serde", "clock"] } +chrono = { version = "0.4.31", features = ["serde", "clock"] }