Skip to content

Commit

Permalink
feat(http): add multipart for server
Browse files Browse the repository at this point in the history
  • Loading branch information
StellarisW committed Oct 24, 2024
1 parent 865976b commit 74e6b24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ mime = "0.3"
mime_guess = { version = "2", default-features = false }
mockall = "0.13"
mockall_double = "0.3"
multer = "3.1.0"
multer = "3.1"
mur3 = "0.1"
nix = "0.29"
nom = "7"
Expand All @@ -97,7 +97,7 @@ proc-macro2 = "1"
quote = "1"
rand = "0.8"
regex = "1"
reqwest = "0.12.8"
reqwest = "0.12"
run_script = "0.10"
rustc-hash = { version = "2", features = ["rand"] }
same-file = "1"
Expand All @@ -123,7 +123,7 @@ tower = "0.5"
tracing = "0.1"
tracing-subscriber = "0.3"
update-informer = "1"
url = "2.5.2"
url = "2.5"
url_path = "0.1"
walkdir = "2"

Expand Down

0 comments on commit 74e6b24

Please sign in to comment.