Skip to content

Commit 5226a2e

Browse files
committed
Updated petgraph and indexmap
1 parent 7e9e0e6 commit 5226a2e

File tree

2 files changed

+51
-49
lines changed

2 files changed

+51
-49
lines changed

Cargo.lock

+48-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ anyhow = "1.0.95"
1616
assert_fs = "1.1.2"
1717
async-trait = "0.1.85"
1818
bitflags = "2.6.0"
19+
browserslist-rs = "0.17.0"
1920
cfg-if = "1.0.0"
2021
clap = "4.5.23"
2122
clippy = "0.0.302"
@@ -35,6 +36,7 @@ heed = "0.21.0"
3536
hex = "0.4.3"
3637
html5ever = { git = "https://github.com/servo/html5ever", rev = "a831e82fcee980d80f53699dc14bdfc39a17dc5f" }
3738
image = "0.25.5"
39+
indexmap = "2.7.0"
3840
indoc = "2.0.5"
3941
Inflector = "0.11.4"
4042
is_elevated = "0.1.2"
@@ -63,6 +65,7 @@ parking_lot = "0.12.3"
6365
path-slash = "0.1.4"
6466
pathdiff = "0.2.1"
6567
percent-encoding = "2.3.1"
68+
petgraph = "0.7.1"
6669
pretty_assertions = "1.4.1"
6770
rand = "0.8.5"
6871
rayon = "1.10.0"
@@ -99,12 +102,6 @@ xxhash-rust = "0.8.15"
99102
# DEPRECATED
100103
serde_yaml = "0.9.34+deprecated"
101104

102-
# CANNOT UPDATE
103-
## conflicting dependency on indexmap
104-
browserslist-rs = "0.17.0"
105-
indexmap = "1.9.2"
106-
petgraph = "0.6.5"
107-
108105
## rkyv includes a breaking change in a minor release which breaks parcel_sourcemap
109106
parcel_sourcemap = "2.1.1"
110107
rkyv = "0.7.38"

0 commit comments

Comments
 (0)