diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-10 14:52:40 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-10 14:52:40 +0200 |
commit | c0365c8c64f403fd9ee75c0db1a9ed6134633e8f (patch) | |
tree | 5c51567748c9bbf1b3a9da46a97f52da90cc2ebd /Cargo.toml | |
parent | d7636b4707f09862577515c87007f3ac0b705ed8 (diff) | |
download | jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.bz2 jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.zst |
bump versions
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -19,10 +19,10 @@ rocket = "0.5" rocket_ws = "0.1" log = "0.4.21" -anyhow = "1.0.82" -tokio = { version = "1.37.0", features = ["full"] } +anyhow = "1.0.86" +tokio = { version = "1.38.0", features = ["full"] } -reqwest = { version = "0.12.3", default-features = false, features = [ +reqwest = { version = "0.12.4", default-features = false, features = [ "rustls-tls", "json", "blocking", |