mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
update Cargo.toml
This commit is contained in:
parent
bd1b7aa6ef
commit
5b6e921e1f
1 changed files with 2 additions and 2 deletions
|
@ -103,9 +103,9 @@ lemmy_federate = { version = "=0.19.6-beta.6", path = "./crates/federate" }
|
|||
activitypub_federation = { version = "0.5.8", default-features = false, features = [
|
||||
"actix-web",
|
||||
] }
|
||||
diesel = "2.1.6"
|
||||
diesel = "2.2.3"
|
||||
diesel_migrations = "2.1.0"
|
||||
diesel-async = "0.4.1"
|
||||
diesel-async = "0.5.0"
|
||||
serde = { version = "1.0.204", features = ["derive"] }
|
||||
serde_with = "3.9.0"
|
||||
actix-web = { version = "4.8.0", default-features = false, features = [
|
||||
|
|
Loading…
Reference in a new issue