mirror of
https://github.com/LemmyNet/activitypub-federation-rust.git
synced 2025-01-08 14:05:23 +00:00
upgrade dep
This commit is contained in:
parent
c6ee5bcdec
commit
0b90a66a48
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ bytes = "1.6.0"
|
||||||
futures-core = { version = "0.3.30", default-features = false }
|
futures-core = { version = "0.3.30", default-features = false }
|
||||||
pin-project-lite = "0.2.14"
|
pin-project-lite = "0.2.14"
|
||||||
activitystreams-kinds = "0.3.0"
|
activitystreams-kinds = "0.3.0"
|
||||||
regex = { version = "1.10.4", default-features = false, features = ["std", "unicode-case"] }
|
regex = { version = "1.10.5", default-features = false, features = ["std", "unicode"] }
|
||||||
tokio = { version = "1.37.0", features = [
|
tokio = { version = "1.37.0", features = [
|
||||||
"sync",
|
"sync",
|
||||||
"rt",
|
"rt",
|
||||||
|
|
Loading…
Reference in a new issue