@@ -4,30 +4,30 @@ version = "0.34.1"
44edition = " 2021"
55
66[dependencies ]
7- image = { version = " 0.24.8 " , features = [" png" ] }
8- actix-web = " 4.4.1 "
9- anyhow = " 1.0.78 "
10- dotenvy = " 0.15.7 "
11- env_logger = " 0.10.1 "
12- log = " 0.4.20 "
13- futures = " 0.3.30 "
14- serde = { version = " 1.0.193 " , features = [" derive" ] }
7+ image = { version = " 0.24" , features = [" png" ] }
8+ actix-web = " 4.6 "
9+ anyhow = " 1.0"
10+ dotenvy = " 0.15"
11+ env_logger = " 0.10"
12+ log = " 0.4"
13+ futures = " 0.3"
14+ serde = { version = " 1.0" , features = [" derive" ] }
1515serde_json = " 1.0"
16- sqlx = { version = " 0.7.3 " , features = [
16+ sqlx = { version = " 0.8 " , features = [
1717 " postgres" ,
1818 " runtime-tokio" ,
1919 " chrono" ,
2020 " uuid" ,
2121 " ipnetwork" ,
2222] }
23- tokio = { version = " 1.35.1 " , features = [" rt" , " macros" , " rt-multi-thread" ] }
24- reqwest = { version = " 0.11.23 " , features = [" json" ] }
25- uuid = { version = " 1.6.1 " , features = [" v4" , " fast-rng" , " macro-diagnostics" ] }
23+ tokio = { version = " 1.38 " , features = [" rt" , " macros" , " rt-multi-thread" ] }
24+ reqwest = { version = " 0.11" , features = [" json" ] }
25+ uuid = { version = " 1.8 " , features = [" v4" , " fast-rng" , " macro-diagnostics" ] }
2626zip = " 0.6"
27- sha256 = " 1.5.0 "
28- semver = " 1.0.21 "
29- clap = { version = " 4.5.1 " , features = [" derive" ] }
30- regex = " 1.10.3 "
31- chrono = " 0.4.34 "
32- actix-cors = " 0.7.0 "
33- openssl = { version = " 0.10.64 " , features = [" vendored" ] }
27+ sha256 = " 1.5"
28+ semver = " 1.0"
29+ clap = { version = " 4.5" , features = [" derive" ] }
30+ regex = " 1.10"
31+ chrono = " 0.4"
32+ actix-cors = " 0.7"
33+ openssl = { version = " 0.10" , features = [" vendored" ] }
0 commit comments