From 5190e492bc6715a215da55659e1b2c9312e5bc46 Mon Sep 17 00:00:00 2001 From: atoll Date: Wed, 2 Nov 2022 17:01:37 -0700 Subject: [PATCH] 0.5.4: update dependencies [IAM-980] --- Cargo.lock | 22 +++++++++++----------- Cargo.toml | 12 ++++++------ 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46943dd..d95e672 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -579,8 +579,8 @@ dependencies = [ [[package]] name = "cis_client" -version = "0.7.1" -source = "git+https://github.com/mozilla-iam/cis_client-rust?branch=0.7#ba64ba961a746f48666957038198396c72fe6b1b" +version = "0.7.2" +source = "git+https://github.com/mozilla-iam/cis_client-rust?tag=0.7.2#7ab2a9bfac5beb101e3433cb85c1ba79b744cec8" dependencies = [ "biscuit", "chrono", @@ -598,8 +598,8 @@ dependencies = [ [[package]] name = "cis_profile" -version = "0.4.4" -source = "git+https://github.com/mozilla-iam/cis_profile-rust?branch=0.4#8bada35bc119aaf649c011ce7ea6625b28f53a9f" +version = "0.4.5" +source = "git+https://github.com/mozilla-iam/cis_profile-rust?tag=0.4.5#501a7a08d86885e6945a0430907376e9a5e81310" dependencies = [ "biscuit", "chrono", @@ -883,7 +883,7 @@ dependencies = [ [[package]] name = "dino-park-packs" -version = "0.5.3" +version = "0.5.4" dependencies = [ "actix-http", "actix-multipart", @@ -921,8 +921,8 @@ dependencies = [ [[package]] name = "dino_park_gate" -version = "0.8.3" -source = "git+https://github.com/mozilla-iam/dino-park-gate?tag=0.8.3#990fc9317f2a6a82b91168ff52da015243fea71d" +version = "0.8.4" +source = "git+https://github.com/mozilla-iam/dino-park-gate?tag=0.8.4#0be75bc14730f65f41bb87751d8d890cd3167498" dependencies = [ "actix-service", "actix-web", @@ -946,8 +946,8 @@ dependencies = [ [[package]] name = "dino_park_guard" -version = "0.3.1" -source = "git+https://github.com/mozilla-iam/dino-park-guard?tag=0.3.1#508fdcff263a19bd876258ed1adb2283325d389a" +version = "0.3.2" +source = "git+https://github.com/mozilla-iam/dino-park-guard?tag=0.3.2#3cdeae1ccf1ed428bbe67bde2f538fa629c62238" dependencies = [ "dino_park_gate", "dino_park_trust", @@ -958,8 +958,8 @@ dependencies = [ [[package]] name = "dino_park_trust" -version = "0.0.7" -source = "git+https://github.com/mozilla-iam/dino-park-trust?tag=0.0.7#db8e281ad28ef02af79c4f68142282974ecf156a" +version = "0.0.8" +source = "git+https://github.com/mozilla-iam/dino-park-trust?tag=0.0.8#c055df646a925c8b76c25a58298f0c4a46ebd62c" dependencies = [ "failure", "serde 1.0.147", diff --git a/Cargo.toml b/Cargo.toml index d8a8348..8654d6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dino-park-packs" -version = "0.5.3" +version = "0.5.4" authors = ["Florian Merz "] edition = "2018" @@ -16,11 +16,11 @@ default = [] local = ["dino_park_gate/localuserscope"] [dependencies] -cis_client = { git = "https://github.com/mozilla-iam/cis_client-rust", branch = "0.7", version = "0.7" } -cis_profile = { git = "https://github.com/mozilla-iam/cis_profile-rust", branch = "0.4", version = "0.4", features = ["aws", "vendored"] } -dino_park_gate = { git = "https://github.com/mozilla-iam/dino-park-gate", tag = "0.8.3", version = "0.8.3" } -dino_park_guard = { git = "https://github.com/mozilla-iam/dino-park-guard", tag = "0.3.1", version = "0.3.1" } -dino_park_trust = { git = "https://github.com/mozilla-iam/dino-park-trust", tag = "0.0.7", version = "0.0.7" } +cis_client = { git = "https://github.com/mozilla-iam/cis_client-rust", tag = "0.7.2", version = "0.7.2" } +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.4", version = "0.8.4" } +dino_park_guard = { git = "https://github.com/mozilla-iam/dino-park-guard", tag = "0.3.2", version = "0.3.2" } +dino_park_trust = { git = "https://github.com/mozilla-iam/dino-park-trust", tag = "0.0.8", version = "0.0.8" } diesel = { version = "1.4", features = ["postgres", "uuidv07", "r2d2", "chrono", "serde_json"] } lexical-core = "0.7.5" diesel_migrations = "1.4"