From eabf2f676e13b3c1c56afe67c3c44593f217a1f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 05:08:58 +0000 Subject: [PATCH] Bump coarsetime from 0.1.22 to 0.1.23 Bumps [coarsetime](https://github.com/jedisct1/rust-coarsetime) from 0.1.22 to 0.1.23. - [Release notes](https://github.com/jedisct1/rust-coarsetime/releases) - [Commits](https://github.com/jedisct1/rust-coarsetime/compare/0.1.22...0.1.23) --- updated-dependencies: - dependency-name: coarsetime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ec7bd4..c340bb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,9 +104,9 @@ dependencies = [ [[package]] name = "coarsetime" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46" +checksum = "a90d114103adbc625300f346d4d09dfb4ab1c4a8df6868435dd903392ecf4354" dependencies = [ "libc", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 58c4610..8f63a7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ clap = { version = "3.2.23", default-features = false, features = [ "wrap_help", ] } clockpro-cache = "0.1.10" -coarsetime = "0.1.22" +coarsetime = "0.1.23" daemonize-simple = "0.1.5" derivative = "2.2.0" dnsstamps = "0.1.9"