diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-11-09 14:12:18 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-11-09 14:12:18 +0100 |
| commit | 2efc5f9444402c5ef9db25887f2e95d184af8e05 (patch) | |
| tree | 07f317780bdbe87d633e5340fe87bc604484730d /Cargo.toml | |
| parent | 6032bfd0fa7cfd10d1bc17e44f91a789aa86efad (diff) | |
| download | jellything-2efc5f9444402c5ef9db25887f2e95d184af8e05.tar jellything-2efc5f9444402c5ef9db25887f2e95d184af8e05.tar.bz2 jellything-2efc5f9444402c5ef9db25887f2e95d184af8e05.tar.zst | |
upgrade deps + clippy
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -22,11 +22,11 @@ resolver = "3" rocket = "0.5" rocket_ws = "0.1" -log = "0.4.25" -anyhow = "1.0.95" -tokio = { version = "1.43.0", features = ["full"] } +log = "0.4.28" +anyhow = "1.0.100" +tokio = { version = "1.48.0", features = ["full"] } -reqwest = { version = "0.12.12", default-features = false, features = [ +reqwest = { version = "0.12.24", default-features = false, features = [ "rustls-tls", "json", "blocking", |