Skip to content

Commit

Permalink
0.1.11: update dino-park-gate, guard to 0.8.5, 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
floatingatoll committed Feb 8, 2023
1 parent 2160ee9 commit 2c57559
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dino-park-fossil"
version = "0.1.10"
version = "0.1.11"
authors = ["Florian Merz <me@fiji-flo.de>"]
edition = "2018"

Expand All @@ -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.5", version = "0.8.5" }
dino_park_gate = { git = "https://github.com/mozilla-iam/dino-park-gate", tag = "0.8.6", version = "0.8.6" }
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.3", version = "0.3.3" }
dino_park_guard = { git = "https://github.com/mozilla-iam/dino-park-guard", tag = "0.3.4", version = "0.3.4" }
actix-web = "3"
actix-multipart = "0.3"
bytes = "0.5"
Expand Down

0 comments on commit 2c57559

Please sign in to comment.