diff --git a/Cargo.lock b/Cargo.lock index b81b9b7..93c5827 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1345,9 +1345,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.3" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2bf2256..e5e96b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://github.com/nathansam/bibget" repository = "https://github.com/nathansam/bibget" [dependencies] -tokio = { version = "1.39.3", features = ["full"], default-features = false } +tokio = { version = "1.41.0", features = ["full"], default-features = false } futures = { default-features = false, version = "0.3.30" } doi2bib = "0.2.0" clap = { version = "4.5.16", features = ["derive"] }