adding back cargo pieces

This commit is contained in:
Chris Cochrun 2023-06-14 14:05:16 -05:00
parent fa2459c42c
commit 6442e5f93c
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2259,4 +2259,4 @@ dependencies = [
"cc", "cc",
"libc", "libc",
"pkg-config", "pkg-config",
] ]

View file

@ -17,4 +17,4 @@ serde_json = "1.0.96"
async-std = "1.12.0" async-std = "1.12.0"
actix-multipart = "0.6.0" actix-multipart = "0.6.0"
futures = "0.3.28" futures = "0.3.28"
futures-util = "0.3.28" futures-util = "0.3.28"