From 810d2a27eff3259a658b426a0a7e2f655f94b9bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:32:34 +0000 Subject: [PATCH] Bump time from 0.3.23 to 0.3.25 Bumps [time](https://github.com/time-rs/time) from 0.3.23 to 0.3.25. - [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.23...v0.3.25) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 +++++++++++++++++++++----------- Cargo.toml | 2 +- 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69403fc4a..b41858734 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1745,6 +1745,15 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "deranged" +version = "0.3.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7684a49fb1af197853ef7b2ee694bc1f5b4179556f1e5710e1760c5db6f5e929" +dependencies = [ + "serde", +] + [[package]] name = "derivative" version = "2.2.0" @@ -2503,7 +2512,7 @@ dependencies = [ "serde", "snafu", "surf-disco 0.4.1 (git+https://github.com/EspressoSystems/surf-disco.git?branch=main)", - "time 0.3.23", + "time 0.3.25", "tracing", ] @@ -2547,7 +2556,7 @@ dependencies = [ "hotshot-types", "hotshot-utils", "snafu", - "time 0.3.23", + "time 0.3.25", "tracing", ] @@ -2640,7 +2649,7 @@ dependencies = [ "surf-disco 0.4.1 (git+https://github.com/EspressoSystems/surf-disco.git?tag=v0.4.1)", "tempdir", "tide-disco", - "time 0.3.23", + "time 0.3.25", "toml 0.5.11", "tracing", ] @@ -2689,7 +2698,7 @@ dependencies = [ "rand_chacha 0.3.1", "serde", "snafu", - "time 0.3.23", + "time 0.3.25", "tracing", ] @@ -2729,7 +2738,7 @@ dependencies = [ "serde", "snafu", "tagged-base64 0.2.4", - "time 0.3.23", + "time 0.3.25", "tracing", ] @@ -5429,7 +5438,7 @@ dependencies = [ "serde", "serde_json", "serde_with_macros", - "time 0.3.23", + "time 0.3.25", ] [[package]] @@ -6239,14 +6248,15 @@ dependencies = [ [[package]] name = "time" -version = "0.3.23" +version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446" +checksum = "b0fdd63d58b18d663fbdf70e049f00a22c8e42be082203be7f26589213cd75ea" dependencies = [ + "deranged", "itoa 1.0.9", "serde", "time-core", - "time-macros 0.2.10", + "time-macros 0.2.11", ] [[package]] @@ -6267,9 +6277,9 @@ dependencies = [ [[package]] name = "time-macros" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96ba15a897f3c86766b757e5ac7221554c6750054d74d5b28844fce5fb36a6c4" +checksum = "eb71511c991639bb078fd5bf97757e03914361c48100d52878b8e52b46fb92cd" dependencies = [ "time-core", ] diff --git a/Cargo.toml b/Cargo.toml index 89de12c8b..9046fc712 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ serde = { version = "1.0", features = ["derive"] } snafu = { version = "0.7", features = ["backtraces"] } spin_sleep = "1.1" tide-disco = { git = "https://github.com/EspressoSystems/tide-disco.git", tag = "v0.4.1" } -time = "0.3.23" +time = "0.3.25" toml = "0.5" tracing = "0.1"