From c3e914612e1592e66987d220898436cff4575bc4 Mon Sep 17 00:00:00 2001 From: Jake Watkins Date: Sun, 17 Dec 2023 18:47:29 -0500 Subject: [PATCH] 0.1.12: 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 9a936e7..7f432bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dino-park-fossil" -version = "0.1.11" +version = "0.1.12" authors = ["Florian Merz "] edition = "2018" @@ -12,9 +12,9 @@ local-fs = ["async-std"] [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_gate = { git = "https://github.com/mozilla-iam/dino-park-gate", tag = "0.8.7", version = "0.8.7" } dino_park_trust = { git = "https://github.com/mozilla-iam/dino-park-trust", tag = "0.0.8", version = "0.0.8" } -dino_park_guard = { git = "https://github.com/mozilla-iam/dino-park-guard", tag = "0.3.4", version = "0.3.4" } +dino_park_guard = { git = "https://github.com/mozilla-iam/dino-park-guard", tag = "0.3.5", version = "0.3.5" } actix-web = "3" actix-multipart = "0.3" bytes = "0.5"