diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-01 13:53:40 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-01 13:53:40 +0100 |
commit | 5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0 (patch) | |
tree | dfd6143383bfd42f138fd69b1cd0fc6ad4beedbc /Cargo.toml | |
parent | b4a6cbfe411f6420922040061c72ffa4febf7111 (diff) | |
download | jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar.bz2 jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar.zst |
update deps
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.22" -anyhow = "1.0.86" -tokio = { version = "1.38.0", features = ["full"] } +anyhow = "1.0.92" +tokio = { version = "1.41.0", features = ["full"] } -reqwest = { version = "0.12.5", default-features = false, features = [ +reqwest = { version = "0.12.9", default-features = false, features = [ "rustls-tls", "json", "blocking", |