Skip to content

Commit

Permalink
refactor: Update MIME multipart parser to a supported lib + make impl…
Browse files Browse the repository at this point in the history
…ementation inline with Pact-JVM
  • Loading branch information
rholshausen committed Jul 7, 2023
1 parent 2d2fd4c commit a604968
Show file tree
Hide file tree
Showing 11 changed files with 703 additions and 219 deletions.
67 changes: 29 additions & 38 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion rust/pact_matching/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ base64 = "0.21.0"
bytes = { version = "1.4.0", features = ["serde"] }
chrono = { version = "0.4.24", features = ["std", "clock"], default_features = false }
difference = "2.0.0"
futures = "0.3.28"
hex = "0.4.3"
http = "0.2.9"
itertools = "0.10.5"
Expand All @@ -29,7 +30,7 @@ lenient_semver = "0.4.2"
maplit = "1.0.2"
md5 = "0.7.0"
mime = "0.3.17"
multipart = { version = "0.18.0", default-features = false, features = ["server"] }
multer = { version = "2.1.0", features = ["all"] }
nom = "7.1.3"
onig = { version = "6.4.0", default-features = false }
pact_models = "~1.1.7"
Expand Down
Loading

0 comments on commit a604968

Please sign in to comment.