@@ -14,8 +14,8 @@ telemetry = [] # todo: dep on the motion_ai crate
1414
1515[dependencies ]
1616docopt = " ~1.1"
17- env_logger = " 0.11.8 "
18- log = { version = " 0.4.4 " , optional = true }
17+ env_logger = " 0.11.9 "
18+ log = { version = " 0.4.29 " , optional = true }
1919serde = " 1.0"
2020serde_derive = " 1.0"
2121rand =" 0.8"
@@ -24,32 +24,32 @@ secluso-client-lib = { path = "../client_lib", features = ["http_client"] }
2424secluso-client-server-lib = { path = " ../client_server_lib" }
2525chrono = " 0.4"
2626base64 = " 0.22.1"
27- serde-xml-rs = " 0.5 "
27+ serde-xml-rs = " 0.8 "
2828sha1 = " 0.10"
29- qrcode = " 0.14.0 "
30- image = " 0.25.1 "
29+ qrcode = " 0.14.1 "
30+ image = " 0.25.10 "
3131openmls = { git = " https://github.com/openmls/openmls" , rev = " openmls-v0.8.0" }
3232openmls_traits = { git = " https://github.com/openmls/openmls" , rev = " openmls-v0.8.0" }
3333openmls_rust_crypto = { git = " https://github.com/openmls/openmls" , rev = " openmls-v0.8.0" }
34- retina = " 0.4.10 "
35- tokio = { version = " 1.5 .0" , features = [" fs" , " io-util" , " macros" , " rt-multi-thread" ] }
36- url = " 2.2.1 "
37- anyhow = " 1.0.41 "
38- bytes = " 1.0 .1"
39- futures = " 0.3.14 "
34+ retina = " 0.4.19 "
35+ tokio = { version = " 1.50 .0" , features = [" fs" , " io-util" , " macros" , " rt-multi-thread" ] }
36+ url = " 2.5.8 "
37+ anyhow = " 1.0.102 "
38+ bytes = " 1.11 .1"
39+ futures = " 0.3.32 "
4040serde_yaml2 = " 0.1.3"
4141ndarray = { version =" =0.15.6" , features = [" rayon" ]} # This has to be 0.15 to support linfa
42- crossbeam-channel = " 0.5.14 "
43- cfg-if = " 1.0.0 "
44- reqwest = { version = " 0.11 " , default-features = false , features = [" blocking" , " json" ], optional = true }
42+ crossbeam-channel = " 0.5.15 "
43+ cfg-if = " 1.0.4 "
44+ reqwest = { version = " 0.13 " , default-features = false , features = [" blocking" , " json" ], optional = true }
4545serde_json = { version = " 1.0" }
4646regex = " 1"
4747
4848# IP Specific Dependencies
49- rpassword = {version = " 5.0 " , optional = true }
49+ rpassword = {version = " 7.4 " , optional = true }
5050http-auth = { version = " 0.1" , optional = true }
51- linfa = { version = " 0.7 .1" , optional = true }
52- linfa-clustering = { version = " 0.7 .1" , optional = true }
51+ linfa = { version = " 0.8 .1" , optional = true }
52+ linfa-clustering = { version = " 0.8 .1" , optional = true }
5353
5454# Raspberry Specific Dependencies
5555secluso-motion-ai = { path = " ../motion_ai/pipeline" , optional = true }
0 commit comments