Skip to content

Commit b002927

Browse files
committed
Upgrade pubgrub version.
This commit updates the pubgrub and hexpm dependency version. It also makes sure that version ranges are parsed on creation rather than use to improve error handling.
1 parent 5751673 commit b002927

File tree

21 files changed

+443
-326
lines changed

21 files changed

+443
-326
lines changed

Cargo.lock

Lines changed: 84 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ toml = "0"
2929
# Enum trait impl macros
3030
strum = { version = "0", features = ["derive"] }
3131
# Hex package manager client
32-
hexpm = "3.3"
32+
hexpm = "4"
3333
# Creation of tar file archives
3434
tar = "0"
3535
# gzip compression
@@ -61,4 +61,4 @@ pretty_assertions = "1"
6161
insta = { version = "1", features = ["glob"] }
6262
# A transitive dependency needed to compile into wasm32-unknown-unknown
6363
# See https://docs.rs/getrandom/latest/getrandom/index.html#webassembly-support
64-
getrandom = { version = "0", features = ["js"] }
64+
getrandom = { version = "0.2", features = ["js"] }

compiler-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ same-file = "1"
3636
# Open generated docs in browser
3737
opener = "0"
3838
# Pubgrub dependency resolution algorithm
39-
pubgrub = "0"
39+
pubgrub = "0.3"
4040

4141
camino = { workspace = true, features = ["serde1"] }
4242
async-trait.workspace = true

0 commit comments

Comments
 (0)