diff options
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", |