Skip to content

Commit

Permalink
Update zip and ref2047-decoder to 1.0, mailparse to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed May 6, 2024
1 parent eb49570 commit 242d9fb
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 @@ -15,13 +15,13 @@ repository = "https://github.com/PyO3/python-pkginfo-rs"
bzip2 = { version = "0.4.4", optional = true }
flate2 = "1.0.20"
fs-err = "2.6.0"
mailparse = "0.14"
rfc2047-decoder = "0.2.0"
mailparse = "0.15"
rfc2047-decoder = "1.0.5"
serde = { version = "1.0.126", features = ["derive"], optional = true }
tar = "0.4.35"
thiserror = "1.0.30"
xz = { version = "0.1.0", optional = true }
zip = { version = "0.6.0", default-features = false, features = ["bzip2", "deflate", "time"] }
zip = { version = "1.0.0", default-features = false, features = ["bzip2", "deflate", "time"] }

[dev-dependencies]
serde_json = "1.0.99"
Expand Down

0 comments on commit 242d9fb

Please sign in to comment.