@@ -7,35 +7,35 @@ description = "Rust backend for LibreSpeed"
77
88[dependencies ]
99# async net
10- tokio = {version = " 1.41.0 " , features = [" net" ," io-util" ," rt" ," macros" ," rt-multi-thread" ]}
10+ tokio = {version = " 1.41.1 " , features = [" net" ," io-util" ," rt" ," macros" ," rt-multi-thread" ]}
1111tokio-rustls = {version = " 0.26.0" , features = [" tls12" ," ring" ], default-features = false }
12- webpki-roots = " 0.26.6 "
12+ webpki-roots = " 0.26.7 "
1313rustls-pemfile = " 2.2.0"
14- socket2 = " 0.5.7 "
14+ socket2 = " 0.5.8 "
1515# ip
1616maxminddb = " 0.24.0"
1717# image processing
1818imageproc = " 0.25.0"
1919ab_glyph = " 0.2.28"
2020# serializer
21- serde_json = " 1.0.132 "
22- serde = { version = " 1.0.213 " , features = [" derive" ] }
21+ serde_json = " 1.0.133 "
22+ serde = { version = " 1.0.215 " , features = [" derive" ] }
2323# databases
2424uuid = { version = " 1.11.0" , features = [" v4" ] }
2525chrono = " 0.4.38"
2626mysql = { version = " 25.0.1" ,default-features = false }
2727postgres = " 0.19.9"
2828rusqlite = { version = " 0.32.1" ,features = [" bundled" ] }
2929# conf
30- clap = { version = " 4.5.20 " ,features = [" std" ," color" ," help" ," usage" ],default-features = false }
30+ clap = { version = " 4.5.21 " ,features = [" std" ," color" ," help" ," usage" ],default-features = false }
3131toml = " 0.8.19"
3232# web
3333sha2 = " 0.10.8"
34- handlebars = " 6.1 .0"
34+ handlebars = " 6.2 .0"
3535# logging
3636env_logger = { version = " 0.11.5" ,default-features = false ,features = [" auto-color" ," humantime" ] }
3737log = " 0.4.22"
38- indicatif = " 0.17.8 "
38+ indicatif = " 0.17.9 "
3939# assets
4040include_dir = " 0.7.4"
4141
0 commit comments