From 94f878b22d04d7ab0a19018a681b01bb6386bb86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 10:25:19 +0000 Subject: [PATCH] Bump time from 0.3.4 to 0.3.5 Bumps [time](https://github.com/time-rs/time) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.3.4...v0.3.5) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ae8a55..a482e22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -473,7 +473,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "188a7c2ae2a1026b9831889fd6461db5d33c4f6d54d6f862bd8b81a2fcefbdba" dependencies = [ "percent-encoding", - "time 0.3.4", + "time 0.3.5", "version_check", ] @@ -640,7 +640,7 @@ dependencies = [ "snow", "sqlx", "thiserror", - "time 0.3.4", + "time 0.3.5", "tokio", "tokio-tungstenite", "tokio-util", @@ -2364,7 +2364,7 @@ dependencies = [ "serde_json", "state", "tempfile", - "time 0.3.4", + "time 0.3.5", "tokio", "tokio-stream", "tokio-util", @@ -2418,7 +2418,7 @@ dependencies = [ "smallvec", "stable-pattern", "state", - "time 0.3.4", + "time 0.3.5", "tokio", "uncased", ] @@ -3182,9 +3182,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99beeb0daeac2bd1e86ac2c21caddecb244b39a093594da1a661ec2060c7aedd" +checksum = "41effe7cfa8af36f439fac33861b66b049edc6f9a32331e2312660529c1c24ad" dependencies = [ "itoa", "libc",