1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

chore(deps): bump confik from 0.11.7 to 0.11.8

Bumps [confik](https://github.com/x52dev/confik) from 0.11.7 to 0.11.8.
- [Release notes](https://github.com/x52dev/confik/releases)
- [Commits](https://github.com/x52dev/confik/compare/confik-v0.11.7...confik-v0.11.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-23 17:12:33 +00:00 committed by GitHub
parent c42b85587d
commit faceccf22d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
Cargo.lock generated
View File

@ -2197,9 +2197,9 @@ dependencies = [
[[package]] [[package]]
name = "confik" name = "confik"
version = "0.11.7" version = "0.11.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "621e0282e2354dccefd421b94fed2be61dc5836836e0953ac0172bdfd9ce028a" checksum = "43c19ecdad309c763db5a51fb7202640d2ba51cd650144e9332c3849715fe3ac"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"confik-macros", "confik-macros",
@ -2592,7 +2592,7 @@ dependencies = [
"actix-web", "actix-web",
"env_logger", "env_logger",
"log", "log",
"redis 0.26.1", "redis 0.25.4",
"serde", "serde",
] ]
@ -4506,7 +4506,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"windows-targets 0.48.5", "windows-targets 0.52.6",
] ]
[[package]] [[package]]
@ -6133,6 +6133,7 @@ dependencies = [
"pin-project-lite", "pin-project-lite",
"ryu", "ryu",
"sha1_smol", "sha1_smol",
"socket2",
"tokio", "tokio",
"tokio-retry", "tokio-retry",
"tokio-util", "tokio-util",
@ -6156,8 +6157,6 @@ dependencies = [
"percent-encoding", "percent-encoding",
"pin-project-lite", "pin-project-lite",
"ryu", "ryu",
"sha1_smol",
"socket2",
"tokio", "tokio",
"tokio-retry", "tokio-retry",
"tokio-util", "tokio-util",