Skip to content

Commit 7d0ec10

Browse files
bumps
1 parent df6419b commit 7d0ec10

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,25 +64,25 @@ backtrace = "0.3.56"
6464
url = "2.2.1"
6565
gpp = "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 }
6868
gpio-cdev = { git = "https://github.com/rust-embedded/gpio-cdev", optional = true, features = ["async-tokio", "futures"] }
6969
futures = { 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 }
7272
csv = { version = "1.1.6", optional = true }
7373
uuid = { 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 }
7575
serde = { version = "1.0", optional = true }
7676
serde_json = { version = "1.0", optional = true }
7777
num-traits = "0.2"
78-
cached = "0.54"
78+
cached = "0.55"
7979

8080
regex = "1.8.1"
8181

8282
#kuchiki = {version="0.8.1", optional = true}
8383
kuchiki = { package = "kuchikiki", git = "https://github.com/HiRoFa/kuchikiki", optional = true }
8484
html5ever = { 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

Comments
 (0)