From e5d4bebd070dd34be7c73e0260bd4260ae30de79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:12:04 +0000 Subject: [PATCH] chore(deps): bump time from 0.3.22 to 0.3.23 Bumps [time](https://github.com/time-rs/time) from 0.3.22 to 0.3.23. - [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.22...v0.3.23) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 34 +++++++++++++++++----------------- Cargo.toml | 2 +- consensus/Cargo.toml | 2 +- types/Cargo.toml | 2 +- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abfe933f88..145ea1e19c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -608,7 +608,7 @@ dependencies = [ "num-traits", "rusticata-macros", "thiserror", - "time 0.3.22", + "time 0.3.23", ] [[package]] @@ -624,7 +624,7 @@ dependencies = [ "num-traits", "rusticata-macros", "thiserror", - "time 0.3.22", + "time 0.3.23", ] [[package]] @@ -2949,7 +2949,7 @@ dependencies = [ "sha2 0.10.7", "snafu", "surf-disco 0.4.1 (git+https://github.com/EspressoSystems/surf-disco.git?branch=main)", - "time 0.3.22", + "time 0.3.23", "tokio", "toml 0.7.6", "tracing", @@ -2994,7 +2994,7 @@ dependencies = [ "hotshot-types", "hotshot-utils", "snafu", - "time 0.3.22", + "time 0.3.23", "tokio", "tracing", ] @@ -3133,7 +3133,7 @@ dependencies = [ "serde_json", "snafu", "tagged-base64 0.2.4", - "time 0.3.22", + "time 0.3.23", "tokio", "tracing", ] @@ -5999,7 +5999,7 @@ checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd" dependencies = [ "pem", "ring", - "time 0.3.22", + "time 0.3.23", "x509-parser 0.13.2", "yasna", ] @@ -6012,7 +6012,7 @@ checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" dependencies = [ "pem", "ring", - "time 0.3.22", + "time 0.3.23", "yasna", ] @@ -6596,7 +6596,7 @@ dependencies = [ "serde", "serde_json", "serde_with_macros", - "time 0.3.22", + "time 0.3.23", ] [[package]] @@ -7392,14 +7392,14 @@ dependencies = [ [[package]] name = "time" -version = "0.3.22" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd" +checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446" dependencies = [ "itoa 1.0.6", "serde", "time-core", - "time-macros 0.2.9", + "time-macros 0.2.10", ] [[package]] @@ -7420,9 +7420,9 @@ dependencies = [ [[package]] name = "time-macros" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b" +checksum = "96ba15a897f3c86766b757e5ac7221554c6750054d74d5b28844fce5fb36a6c4" dependencies = [ "time-core", ] @@ -8292,7 +8292,7 @@ dependencies = [ "sha2 0.10.7", "stun", "thiserror", - "time 0.3.22", + "time 0.3.23", "tokio", "turn", "url", @@ -8767,7 +8767,7 @@ dependencies = [ "ring", "rusticata-macros", "thiserror", - "time 0.3.22", + "time 0.3.23", ] [[package]] @@ -8785,7 +8785,7 @@ dependencies = [ "oid-registry 0.6.1", "rusticata-macros", "thiserror", - "time 0.3.22", + "time 0.3.23", ] [[package]] @@ -8817,7 +8817,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" dependencies = [ - "time 0.3.22", + "time 0.3.23", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 38199e4c31..26c5a5f929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -169,7 +169,7 @@ rand_chacha = "0.3.1" serde = { version = "1.0.168", features = ["derive", "rc"] } snafu = "0.7.4" surf-disco = { git = "https://github.com/EspressoSystems/surf-disco.git", branch = "main" } -time = "0.3.21" +time = "0.3.23" toml = { version = "0.7.6", optional = true } tokio = { version = "1", optional = true, features = [ "fs", diff --git a/consensus/Cargo.toml b/consensus/Cargo.toml index a1dea0d05a..673e4421a6 100644 --- a/consensus/Cargo.toml +++ b/consensus/Cargo.toml @@ -57,4 +57,4 @@ tokio = { version = "1", optional = true, features = [ "tracing", ] } tracing = "0.1.37" -time = "0.3.22" +time = "0.3.23" diff --git a/types/Cargo.toml b/types/Cargo.toml index 35194f4493..e3f8925de4 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -64,7 +64,7 @@ rand = "0.8.5" serde = { version = "1.0.168", features = ["derive"] } snafu = "0.7.4" tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "0.2.4" } -time = "0.3.22" +time = "0.3.23" tokio = { version = "1", optional = true, features = [ "fs", "io-util",