Upgrade deps
This commit is contained in:
parent
50db596ce0
commit
71ece55641
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue