File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v5.1.0 - 2025-11-06
4+
5+ - Updated dependencies.
6+
37## v5.0.1 - 2025-11-06
48
59- Fixed a bug where ranges with ` ~> ` and ` and ` or ` or ` would fail to parse.
Original file line number Diff line number Diff line change 11[package ]
22name = " hexpm"
3- version = " 5.0.1 "
3+ version = " 5.1.0 "
44authors = [
" Louis Pilfold <[email protected] >" ]
55edition = " 2024"
66
@@ -13,7 +13,7 @@ categories = ["api-bindings"]
1313
1414[dependencies ]
1515# Derive Error trait
16- thiserror = " 1.0 "
16+ thiserror = " 2 "
1717# JSON (de)serialization
1818serde = { version = " 1.0" , features = [" derive" ] }
1919serde_json = " 1.0"
@@ -31,7 +31,7 @@ flate2 = "1.0"
3131# RSA signature and SHA256 checksum verification
3232ring = " 0.17"
3333# PEM -> DER conversion
34- x509-parser = " 0.15 "
34+ x509-parser = " 0.18 "
3535# Pubgrub dependency resolution algorithm
3636pubgrub = " 0.3"
3737# Basic auth HTTP helper
You can’t perform that action at this time.
0 commit comments