diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-06 13:06:25 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-06 13:06:25 +0200 |
commit | b4a6cbfe411f6420922040061c72ffa4febf7111 (patch) | |
tree | 94f755a730b6641c8e5d6399e4c046c92f46aa29 /Cargo.toml | |
parent | 5ccadd8349d30de62959cb98ece6eebd3d50d40b (diff) | |
download | jellything-b4a6cbfe411f6420922040061c72ffa4febf7111.tar jellything-b4a6cbfe411f6420922040061c72ffa4febf7111.tar.bz2 jellything-b4a6cbfe411f6420922040061c72ffa4febf7111.tar.zst |
update things
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,11 +18,11 @@ resolver = "2" rocket = "0.5" rocket_ws = "0.1" -log = "0.4.21" +log = "0.4.22" anyhow = "1.0.86" tokio = { version = "1.38.0", features = ["full"] } -reqwest = { version = "0.12.4", default-features = false, features = [ +reqwest = { version = "0.12.5", default-features = false, features = [ "rustls-tls", "json", "blocking", |