Skip to content

Commit 58de95d

Browse files
Update Rust crate tokio to v1.40.0
1 parent a551f24 commit 58de95d

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

Cargo.lock

+9-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ humantime = "2.1.0"
5858
hyper = { version = "0.14", features = [ "full" ] }
5959
hyper-staticfile = "0.9.6"
6060
indicatif = { version = "0.17.8", features = ["rayon"] }
61-
itertools = "0.13.0"
61+
itertools = "0.12.1"
6262
libc = "0.2"
6363
mime_guess = "2.0.5"
6464
nbd = "0.3.1"
@@ -78,7 +78,7 @@ rand_chacha = "0.3.1"
7878
reedline = "0.33.0"
7979
reqwest = { version = "0.11", features = ["default", "blocking", "json", "stream"] }
8080
ringbuffer = "0.15.0"
81-
rusqlite = { version = "0.32" }
81+
rusqlite = { version = "0.31" }
8282
rustls-pemfile = { version = "1.0.4" }
8383
schemars = { version = "0.8", features = [ "chrono", "uuid1" ] }
8484
serde = { version = "1", features = [ "derive" ] }

0 commit comments

Comments
 (0)