Bump clockpro-cache from 0.1.10 to 0.1.11

Bumps [clockpro-cache](https://github.com/jedisct1/rust-clockpro-cache) from 0.1.10 to 0.1.11.
- [Release notes](https://github.com/jedisct1/rust-clockpro-cache/releases)
- [Commits](https://github.com/jedisct1/rust-clockpro-cache/compare/0.1.10...0.1.11)

---
updated-dependencies:
- dependency-name: clockpro-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/205/head
dependabot[bot] 1 year ago committed by GitHub
parent 610f71320c
commit a72dabb400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
Cargo.lock generated

@ -38,6 +38,12 @@ version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f6e5df9abedba5099a01a6567c6086a6fbcff57af07c360d356737f9e0c644"
[[package]]
name = "bumpalo"
version = "3.12.0"
@ -74,7 +80,7 @@ version = "3.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
dependencies = [
"bitflags",
"bitflags 1.3.2",
"clap_lex",
"indexmap",
"once_cell",
@ -93,11 +99,11 @@ dependencies = [
[[package]]
name = "clockpro-cache"
version = "0.1.10"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "771be134cbbe5f2a3d62a0a226b167c4dfdb4202c2e9a5e503ec905dff9c51d1"
checksum = "0b8aed49291f92286c7f4a34cc736b0b10e03f55bd3766cae9af21b2cbd0af5c"
dependencies = [
"bitflags",
"bitflags 2.0.0",
"slab",
"unsafe_unwrap",
]
@ -646,7 +652,7 @@ version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
dependencies = [
"bitflags",
"bitflags 1.3.2",
"cfg-if",
"libc",
"memoffset",
@ -754,7 +760,7 @@ version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0941606b9934e2d98a3677759a971756eb821f75764d0e0d26946d08e74d9104"
dependencies = [
"bitflags",
"bitflags 1.3.2",
"byteorder",
"hex",
"lazy_static",
@ -822,7 +828,7 @@ version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags",
"bitflags 1.3.2",
]
[[package]]
@ -867,7 +873,7 @@ version = "0.36.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc"
dependencies = [
"bitflags",
"bitflags 1.3.2",
"errno",
"io-lifetimes",
"libc",

@ -19,7 +19,7 @@ clap = { version = "3.2.23", default-features = false, features = [
"cargo",
"wrap_help",
] }
clockpro-cache = "0.1.10"
clockpro-cache = "0.1.11"
coarsetime = "0.1.23"
daemonize-simple = "0.1.5"
derivative = "2.2.0"

Loading…
Cancel
Save