Skip to content

Commit

Permalink
Patch Onig
Browse files Browse the repository at this point in the history
  • Loading branch information
miakizz committed Nov 13, 2023
1 parent f8ce214 commit d80c456
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ categories = ["command-line-utilities"]
serde_json = "1.0"
reqwest = { version = "0.11.14", default_features = false, features = [ "rustls-tls" ,"blocking","multipart","json"] }
string_concat = "0.0.1"
html2text = "0.5.0"
html2text = "0.6.0"
chrono = "0.4.23"
clap = { version = "4.1.8", features = ["derive"] }
deunicode = "1.3.3"
onig = "6"
mail-parser = "0.8.2"
mail-builder = "0.2.5"
serde = { version = "1.0.160", features = ["std", "derive"] }
onig = "6.4.0"
[patch.crates-io]
onig_sys = { git = "https://github.com/rust-onig/rust-onig", revision = "fa90c0e97e90a056af89f183b23cd417b59ee6a2" }

0 comments on commit d80c456

Please sign in to comment.