feat: Secret module works with infisical and local file storage backends

This commit is contained in:
Jean-Gabriel Gill-Couture 2025-08-16 11:13:32 -04:00
parent 62fa3c2b10
commit 55bfe306ad

12
Cargo.lock generated
View File

@ -2313,7 +2313,6 @@ dependencies = [
"temp-dir",
"temp-file",
"tempfile",
"thiserror 2.0.14",
"tokio",
"tokio-util",
"url",
@ -3104,6 +3103,17 @@ dependencies = [
"libc",
]
[[package]]
name = "io-uring"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
dependencies = [
"bitflags 2.9.1",
"cfg-if",
"libc",
]
[[package]]
name = "ipnet"
version = "2.11.0"