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] <support@github.com>
pull/191/head
dependabot[bot] 1 year ago committed by GitHub
parent 80cdaaad24
commit eabf2f676e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

@ -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",

@ -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"

Loading…
Cancel
Save