11[package ]
22name = " dino-park-fossil"
3- version = " 0.1.12 "
3+ version = " 0.1.13 "
44authors = [" Florian Merz <me@fiji-flo.de>" ]
55edition = " 2018"
66
@@ -10,22 +10,22 @@ localuserscope = ["dino_park_gate/localuserscope"]
1010local-fs = [" async-std" ]
1111
1212[dependencies ]
13- cis_client = { git = " https://github.com/mozilla-iam/cis_client-rust" , tag = " 0.7.2 " , version = " 0.7.2 " , features = [" sync" ] }
14- 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.7 " , version = " 0.8.7 " }
16- 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.5 " , version = " 0.3.5 " }
18- actix-web = " 3 "
19- actix-multipart = " 0.3 "
13+ cis_client = { git = " https://github.com/mozilla-iam/cis_client-rust" , tag = " 0.9.1 " , version = " 0.9.1 " , features = [" sync" ] }
14+ cis_profile = { git = " https://github.com/mozilla-iam/cis_profile-rust" , tag = " 0.6.2 " , version = " 0.6.2 " , features = [" aws" , " vendored" ] }
15+ dino_park_gate = { git = " https://github.com/mozilla-iam/dino-park-gate" , tag = " 0.10.8 " , version = " 0.10.8 " }
16+ dino_park_trust = { git = " https://github.com/mozilla-iam/dino-park-trust" , tag = " 0.1.1 " , version = " 0.1.1 " }
17+ dino_park_guard = { git = " https://github.com/mozilla-iam/dino-park-guard" , tag = " 0.5.7 " , version = " 0.5.7 " }
18+ actix-web = " 4.10.2 "
19+ actix-multipart = " 0.7 "
2020bytes = " 0.5"
2121futures = " 0.3"
2222log = " 0.4"
2323env_logger = " 0.7"
2424serde = " 1.0.80"
2525serde_json = " 1.0.32"
2626serde_derive = " 1.0.80"
27- chrono = " 0.4.6 "
28- config = " 0.10 "
27+ chrono = " 0.4.38 "
28+ config = " 0.12 "
2929rusoto_core = { version = " 0.45" , optional = true }
3030rusoto_s3 = { version = " 0.45" , optional = true }
3131image = " 0.23"
@@ -40,5 +40,5 @@ lodepng = "3"
4040byteorder = " 1"
4141
4242[dev-dependencies ]
43- tokio = " 0.2 "
44- actix-rt = " 1 "
43+ tokio = " 1 "
44+ actix-rt = " 2.10.0 "
0 commit comments