From 179b586cdaa105b54686b5cdc84d3e3659995598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 20:36:50 +0000 Subject: [PATCH] Bump time from 0.1.44 to 0.2.0 Bumps [time](https://github.com/time-rs/time) from 0.1.44 to 0.2.0. - [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.1.44...v0.2.0) --- updated-dependencies: - dependency-name: time dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++---- crptls/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f824a90..7742c5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,7 +153,7 @@ dependencies = [ "num-integer", "num-traits", "serde", - "time", + "time 0.1.45", "winapi", ] @@ -198,7 +198,7 @@ dependencies = [ "decimal", "serde", "serde_derive", - "time", + "time 0.2.0", ] [[package]] @@ -700,15 +700,21 @@ dependencies = [ [[package]] name = "time" -version = "0.1.44" +version = "0.1.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" +checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" dependencies = [ "libc", "wasi 0.10.0+wasi-snapshot-preview1", "winapi", ] +[[package]] +name = "time" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcc26de0a81a07c8352b548977862908fa9863e0e6e4f0eb36b2a9f4f8845585" + [[package]] name = "tui" version = "0.5.1" diff --git a/crptls/Cargo.toml b/crptls/Cargo.toml index 495d8ce..6e6d9d6 100644 --- a/crptls/Cargo.toml +++ b/crptls/Cargo.toml @@ -10,4 +10,4 @@ chrono = { version = "0.4", features = ["serde"] } csv = "1.0.0" serde = { version = "1.0.75", features = ["derive"] } serde_derive = "1.0.75" -time = "0.1.42" \ No newline at end of file +time = "0.2.0" \ No newline at end of file