Skip to content

Commit c3e9146

Browse files
committed
0.1.12: update dino-park-gate, guard to 0.8.7 0.3.5
1 parent 67cb6ee commit c3e9146

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dino-park-fossil"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
authors = ["Florian Merz <me@fiji-flo.de>"]
55
edition = "2018"
66

@@ -12,9 +12,9 @@ local-fs = ["async-std"]
1212
[dependencies]
1313
cis_client = { git = "https://github.com/mozilla-iam/cis_client-rust", tag = "0.7.2", version = "0.7.2", features = ["sync"] }
1414
cis_profile = { git = "https://github.com/mozilla-iam/cis_profile-rust", tag = "0.4.5", version = "0.4.5", features = ["aws", "vendored"] }
15-
dino_park_gate = { git = "https://github.com/mozilla-iam/dino-park-gate", tag = "0.8.6", version = "0.8.6" }
15+
dino_park_gate = { git = "https://github.com/mozilla-iam/dino-park-gate", tag = "0.8.7", version = "0.8.7" }
1616
dino_park_trust = { git = "https://github.com/mozilla-iam/dino-park-trust", tag = "0.0.8", version = "0.0.8" }
17-
dino_park_guard = { git = "https://github.com/mozilla-iam/dino-park-guard", tag = "0.3.4", version = "0.3.4" }
17+
dino_park_guard = { git = "https://github.com/mozilla-iam/dino-park-guard", tag = "0.3.5", version = "0.3.5" }
1818
actix-web = "3"
1919
actix-multipart = "0.3"
2020
bytes = "0.5"

0 commit comments

Comments
 (0)