From eecc4aa108f1f3489d0f0ef12b6fbb18ecb975a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Oct 2021 00:59:47 +0000 Subject: [PATCH] Bump time from 0.3.3 to 0.3.4 Bumps [time](https://github.com/time-rs/time) from 0.3.3 to 0.3.4. - [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.3...v0.3.4) --- 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 a220558..b805913 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,7 +418,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "188a7c2ae2a1026b9831889fd6461db5d33c4f6d54d6f862bd8b81a2fcefbdba" dependencies = [ "percent-encoding", - "time 0.3.3", + "time 0.3.4", "version_check", ] @@ -548,7 +548,7 @@ dependencies = [ "sha2", "sqlx", "thiserror", - "time 0.3.3", + "time 0.3.4", "tokio", "tokio-tungstenite", "tokio-util", @@ -2132,7 +2132,7 @@ dependencies = [ "serde_json", "state", "tempfile", - "time 0.3.3", + "time 0.3.4", "tokio", "tokio-stream", "tokio-util", @@ -2186,7 +2186,7 @@ dependencies = [ "smallvec", "stable-pattern", "state", - "time 0.3.3", + "time 0.3.4", "tokio", "uncased", ] @@ -2888,9 +2888,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cde1cf55178e0293453ba2cca0d5f8392a922e52aa958aee9c28ed02becc6d03" +checksum = "99beeb0daeac2bd1e86ac2c21caddecb244b39a093594da1a661ec2060c7aedd" dependencies = [ "itoa", "libc",