@@ -64,25 +64,25 @@ backtrace = "0.3.56"
6464url = " 2.2.1"
6565gpp = " 0.6"
6666
67- reqwest = { version = " 0.11 " , features = [" rustls-tls" , " cookies" , " gzip" , " deflate" , " multipart" , " blocking" ], optional = true , default-features = false }
67+ reqwest = { version = " 0.12 " , features = [" rustls-tls" , " cookies" , " gzip" , " deflate" , " multipart" , " blocking" ], optional = true , default-features = false }
6868gpio-cdev = { git = " https://github.com/rust-embedded/gpio-cdev" , optional = true , features = [" async-tokio" , " futures" ] }
6969futures = { version = " 0.3" }
70- sqlx_lib = { package = " sqlx" , version = " 0.8.2 " , features = [" mysql" , " postgres" , " runtime-tokio" , " time" , " chrono" , " uuid" , " rust_decimal" ], optional = true }
71- lru = { version = " 0.12.1 " , optional = true }
70+ sqlx_lib = { package = " sqlx" , version = " 0.8.6 " , features = [" mysql" , " postgres" , " runtime-tokio" , " time" , " chrono" , " uuid" , " rust_decimal" ], optional = true }
71+ lru = { version = " 0.14 " , optional = true }
7272csv = { version = " 1.1.6" , optional = true }
7373uuid = { version = " 1" , features = [" v4" , " serde" ], optional = true }
74- jwt-simple = { version = " 0.12" , default-features = false , features = [" pure-rust" ], optional = true }
74+ jwt-simple = { version = " 0.12.12 " , default-features = false , features = [" pure-rust" ], optional = true }
7575serde = { version = " 1.0" , optional = true }
7676serde_json = { version = " 1.0" , optional = true }
7777num-traits = " 0.2"
78- cached = " 0.54 "
78+ cached = " 0.55 "
7979
8080regex = " 1.8.1"
8181
8282# kuchiki = {version="0.8.1", optional = true}
8383kuchiki = { package = " kuchikiki" , git = " https://github.com/HiRoFa/kuchikiki" , optional = true }
8484html5ever = { version = " 0.27" , optional = true }
85- base64 = { version = " 0.21.0 " , optional = true }
85+ base64 = { version = " 0.22 " , optional = true }
8686# kuchiki = {git="https://github.com/kuchiki-rs/kuchiki#f92e4c047fdc30619555da282ac7ccce1d313aa6", optional = true}
8787# html5ever = {version="0.26", optional = true}
8888
0 commit comments