Skip to content

Commit ed564a3

Browse files
committed
Resync dino-park-* dependency versions across all dino-park repos
1 parent 5f986a7 commit ed564a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "dino-park-lookout"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Florian Merz <flomerz@gmail.com>"]
55
edition = "2018"
66

77
[dependencies]
88
cis_client = { git = "https://github.com/mozilla-iam/cis_client-rust", branch = "0.7", version = "0.7", features = ["sync"] }
99
cis_profile = { git = "https://github.com/mozilla-iam/cis_profile-rust", branch = "0.4", version = "0.4", features = ["aws", "vendored"] }
10-
dino_park_gate = { git = "https://github.com/mozilla-iam/dino-park-gate", branch = "0.8", version = "0.8" }
10+
dino_park_gate = { git = "https://github.com/mozilla-iam/dino-park-gate", tag = "0.8.3", version = "0.8.3" }
1111
actix-web = "3"
1212
actix-rt = "1"
1313
futures = "0.3"

0 commit comments

Comments
 (0)