Skip to content

Commit

Permalink
Upgrade fs-err to 3.0 (#23)
Browse files Browse the repository at this point in the history
* Upgrade fs-err to 3.0

* Releas v0.6.5
  • Loading branch information
messense authored Dec 8, 2024
2 parents c0d5ce9 + 127219d commit bc96c05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "python-pkginfo"
version = "0.6.4"
version = "0.6.5"
authors = ["messense <[email protected]>"]
edition = "2021"
description = "Parse Python package metadata from sdist and bdists and etc."
Expand All @@ -14,7 +14,7 @@ repository = "https://github.com/PyO3/python-pkginfo-rs"
[dependencies]
bzip2 = { version = "0.4.4", optional = true }
flate2 = "1.0.33"
fs-err = "2.11.0"
fs-err = "3.0.0"
mailparse = "0.15"
rfc2047-decoder = "1.0.6"
serde = { version = "1.0.210", features = ["derive"], optional = true }
Expand Down

0 comments on commit bc96c05

Please sign in to comment.