Skip to content

Commit 04bcf1a

Browse files
committed
v5.1.0
1 parent 3d1e6f3 commit 04bcf1a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hexpm"
3-
version = "5.0.1"
3+
version = "5.1.0"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "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
1818
serde = { version = "1.0", features = ["derive"] }
1919
serde_json = "1.0"
@@ -31,7 +31,7 @@ flate2 = "1.0"
3131
# RSA signature and SHA256 checksum verification
3232
ring = "0.17"
3333
# PEM -> DER conversion
34-
x509-parser = "0.15"
34+
x509-parser = "0.18"
3535
# Pubgrub dependency resolution algorithm
3636
pubgrub = "0.3"
3737
# Basic auth HTTP helper

0 commit comments

Comments
 (0)