@@ -7,37 +7,37 @@ description = "Rust backend for LibreSpeed"
77
88[dependencies ]
99# async net
10- tokio = {version = " 1.45.1 " , features = [" net" ," io-util" ," rt" ," macros" ," rt-multi-thread" ]}
11- tokio-rustls = {version = " 0.26.2 " , features = [" tls12" ," ring" ], default-features = false }
12- webpki-roots = " 1.0.1 "
10+ tokio = {version = " 1.48.0 " , features = [" net" ," io-util" ," rt" ," macros" ," rt-multi-thread" ]}
11+ tokio-rustls = {version = " 0.26.4 " , features = [" tls12" ," ring" ], default-features = false }
12+ webpki-roots = " 1.0.3 "
1313rustls-pemfile = " 2.2.0"
14- socket2 = " 0.5.10 "
14+ socket2 = " 0.6.1 "
1515listenfd = " 1.0.2"
1616futures = " 0.3.31"
1717# ip
1818maxminddb = " 0.26.0"
1919# image processing
2020imageproc = " 0.25.0"
21- ab_glyph = " 0.2.28 "
21+ ab_glyph = " 0.2.32 "
2222# serializer
23- serde_json = " 1.0.140 "
24- serde = { version = " 1.0.219 " , features = [" derive" ] }
23+ serde_json = " 1.0.145 "
24+ serde = { version = " 1.0.228 " , features = [" derive" ] }
2525# databases
26- uuid = { version = " 1.17.0 " , features = [" v4" ] }
27- chrono = " 0.4.41 "
28- mysql = { version = " 26.0.0 " ,default-features = false }
29- postgres = " 0.19.10 "
30- rusqlite = { version = " 0.36 .0" ,features = [" bundled" ] }
26+ uuid = { version = " 1.18.1 " , features = [" v4" ] }
27+ chrono = " 0.4.42 "
28+ mysql = { version = " 26.0.1 " ,default-features = false }
29+ postgres = " 0.19.12 "
30+ rusqlite = { version = " 0.37 .0" ,features = [" bundled" ] }
3131# conf
32- clap = { version = " 4.5.40 " ,features = [" std" ," color" ," help" ," usage" ],default-features = false }
33- toml = " 0.8.23 "
32+ clap = { version = " 4.5.49 " ,features = [" std" ," color" ," help" ," usage" ],default-features = false }
33+ toml = " 0.9.8 "
3434# web
3535sha2 = " 0.10.8"
3636handlebars = " 6.3.2"
3737# logging
3838env_logger = { version = " 0.11.8" ,default-features = false ,features = [" auto-color" ," humantime" ] }
39- log = " 0.4.27 "
40- indicatif = " 0.17.11 "
39+ log = " 0.4.28 "
40+ indicatif = " 0.18.0 "
4141# assets
4242include_dir = " 0.7.4"
4343case_insensitive_hashmap = " 1.0.1"
0 commit comments