diff --git a/Cargo.toml b/Cargo.toml index da83e67..aa5baa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,8 +24,8 @@ reqwest = { version = "0.11.22", features = ["json", "stream"] } reqwest-middleware = "0.2.4" tracing = "0.1.40" base64 = "0.21.5" -openssl = "0.10.60" -once_cell = "1.18.0" +openssl = "0.10.61" +once_cell = "1.19.0" http = "0.2.11" sha2 = "0.10.8" thiserror = "1.0.50" @@ -45,7 +45,7 @@ futures-core = { version = "0.3.29", default-features = false } pin-project-lite = "0.2.13" activitystreams-kinds = "0.3.0" regex = { version = "1.10.2", default-features = false, features = ["std", "unicode-case"] } -tokio = { version = "1.34.0", features = [ +tokio = { version = "1.35.0", features = [ "sync", "rt", "rt-multi-thread", @@ -78,7 +78,7 @@ axum = { version = "0.6.20", features = [ "query", ], default-features = false } axum-macros = "0.3.8" -tokio = { version = "1.34.0", features = ["full"] } +tokio = { version = "1.35.0", features = ["full"] } [profile.dev] strip = "symbols"