secrets manager
git clone https://git.lucas.co/cce-secrets.git
Repin workspace dependencies to their published revs
The pinned revs only affect builds outside this workspace, where an app is
cloned on its own, so a stale pin never fails a build here. Bumped by
bump-revs.sh after the dependency was pushed.
Cargo.toml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index 6d78a42..05529c0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-cce-ui = { git = "https://github.com/lsgalante/cce-ui.git", rev = "f2fc3c8e03f0f7c0f49fe11e51f416014f28b8b3" }
+cce-ui = { git = "https://github.com/lsgalante/cce-ui.git", rev = "9f8d435ea909be3eb20177d81de4f54bb271e1b8" }
calloop = "0.13.0"
wayland-client = { version = "0.31", features = ["system"] }
tokio = { version = "1", features = ["full"] }
@@ -13,10 +13,8 @@ zbus = "5"
log = "0.4"
env_logger = "0.11"
# cce-keyring-sync only:
-keepass = { version = "0.13", features = ["save_kdbx4"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
blake3 = "1"
-rpassword = "7"
getrandom = "0.2"
rustix = { version = "0.38", features = ["fs"] }