Skip to content

Commit

Permalink
0.3.8: update dino-park-gate to 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dividehex committed Dec 17, 2023
1 parent ec45693 commit c4d1eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "dino-park-lookout"
version = "0.3.7"
version = "0.3.8"
authors = ["Florian Merz <[email protected]>"]
edition = "2018"

[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" }
actix-web = "3"
actix-rt = "1"
futures = "0.3"
Expand Down

0 comments on commit c4d1eb6

Please sign in to comment.