From 747e8fdfe12e7219d3c3dd9c87c6d6d5b54d354a Mon Sep 17 00:00:00 2001 From: atoll Date: Fri, 2 Dec 2022 16:50:22 -0800 Subject: [PATCH] dino-park-guard 0.3.3: update dino-park-gate to 0.8.5 See mozilla-iam/dino-park-gate#10. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9e9d2d..17c5949 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ localuserscope = ["dino_park_gate/localuserscope"] cis_client = { git = "https://github.com/mozilla-iam/cis_client-rust", tag = "0.8.1", version = "0.8.1", features = ["sync"]} cis_profile = { git = "https://github.com/mozilla-iam/cis_profile-rust", tag = "0.5.1", version = "0.5.1", features = ["aws", "vendored", "graphql"] } dino_park_gate = { git = "https://github.com/mozilla-iam/dino-park-gate", tag = "0.8.5", version = "0.8.5" } -dino_park_guard = { git = "https://github.com/mozilla-iam/dino-park-guard", tag = "0.3.1", version = "0.3.1" } +dino_park_guard = { git = "https://github.com/mozilla-iam/dino-park-guard", tag = "0.3.3", version = "0.3.3" } dino_park_trust = { git = "https://github.com/mozilla-iam/dino-park-trust", tag = "0.0.8", version = "0.0.8" } actix-web = "3" actix-rt = "1"