From d28097ded0a486f789090649f428e25a6c5ad4e0 Mon Sep 17 00:00:00 2001 From: Jake Watkins Date: Sun, 17 Dec 2023 18:57:00 -0500 Subject: [PATCH] 0.2.7: update dino-park-gate, guard to 0.8.7 0.3.5 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 63bd905..ee45d1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dino-park-whoami" -version = "0.2.6" +version = "0.2.7" authors = ["Florian Merz "] edition = "2018" @@ -11,8 +11,8 @@ localuserscope = ["dino_park_gate/localuserscope"] [dependencies] cis_client = { git = "https://github.com/mozilla-iam/cis_client-rust", tag = "0.7.2", version = "0.7.2", features = ["sync"] } cis_profile = { git = "https://github.com/mozilla-iam/cis_profile-rust", tag = "0.4.5", version = "0.4.5", features = ["aws", "vendored"] } -dino_park_gate = { git = "https://github.com/mozilla-iam/dino-park-gate", tag = "0.8.6", version = "0.8.6" } -dino_park_guard = { git = "https://github.com/mozilla-iam/dino-park-guard", tag = "0.3.4", version = "0.3.4" } +dino_park_gate = { git = "https://github.com/mozilla-iam/dino-park-gate", tag = "0.8.7", version = "0.8.7" } +dino_park_guard = { git = "https://github.com/mozilla-iam/dino-park-guard", tag = "0.3.5", version = "0.3.5" } dino_park_trust = { git = "https://github.com/mozilla-iam/dino-park-trust", tag = "0.0.8", version = "0.0.8" } shared-expiry-get = "0.1.0" actix-web = "3"