Skip to content

Commit

Permalink
Bump rustc-hash from 1.1.0 to 2.0.0 (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 6, 2024
1 parent 27625c9 commit 491459e
Show file tree
Hide file tree
Showing 17 changed files with 39 additions and 33 deletions.
40 changes: 23 additions & 17 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/base-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ parser = { path = "../parser" }
percent-encoding = "2.3.0"
regex = "1.10.5"
rowan = "0.15.15"
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"
shellexpand = "3.1.0"
syntax = { path = "../syntax" }
titlecase = "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/bibtex-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ chrono = { version = "0.4.38", default-features = false, features = ["std"] }
human_name = "2.0.3"
itertools = "0.13.0"
rowan = "0.15.15"
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"
syntax = { path = "../syntax" }
unicode-normalization = "0.1.23"

Expand Down
2 changes: 1 addition & 1 deletion crates/citeproc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ base-db = { path = "../base-db" }
isocountry = "0.3.2"
itertools = "0.13.0"
rowan = "0.15.15"
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"
syntax = { path = "../syntax" }
titlecase = "3.0.0"
unicode-normalization = "0.1.23"
Expand Down
2 changes: 1 addition & 1 deletion crates/commands/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ itertools = "0.13.0"
libc = "0.2.155"
log = "0.4.22"
rowan = "0.15.15"
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"
syntax = { path = "../syntax" }
thiserror = "1.0.61"
url = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/completion-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version.workspace = true
flate2 = "1.0.30"
itertools = "0.13.0"
once_cell = "1.19.0"
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.119"

Expand Down
2 changes: 1 addition & 1 deletion crates/completion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fuzzy-matcher = { version = "0.3.7", features = ["compact"] }
line-index = { path = "../line-index" }
rayon = "1.10.0"
rowan = "0.15.15"
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"
syntax = { path = "../syntax" }
url = "2.5.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/definition/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rust-version.workspace = true
[dependencies]
base-db = { path = "../base-db" }
rowan = "0.15.15"
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"
syntax = { path = "../syntax" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/diagnostics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ multimap = "0.10.0"
once_cell = "1.19.0"
regex = "1.10.5"
rowan = "0.15.15"
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"
syntax = { path = "../syntax" }
url = "2.5.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/distro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rust-version.workspace = true

[dependencies]
anyhow = "1.0.86"
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"

[lib]
doctest = false
2 changes: 1 addition & 1 deletion crates/inlay-hints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rust-version.workspace = true
[dependencies]
base-db = { path = "../base-db" }
rowan = "0.15.15"
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"

[dev-dependencies]
test-utils = { path = "../test-utils" }
Expand Down
2 changes: 1 addition & 1 deletion crates/line-index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition.workspace = true
rust-version.workspace = true

[dependencies]
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"
text-size = "1.1.1"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ once_cell = "1.19.0"
pathdiff = "0.2.1"
regex = "1.10.5"
rowan = "0.15.15"
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"
syntax = { path = "../syntax" }
tempfile = "3.10.1"
versions = "6.3.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/references/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rust-version.workspace = true
[dependencies]
base-db = { path = "../base-db" }
rowan = "0.15.15"
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"
syntax = { path = "../syntax" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/rename/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rust-version.workspace = true
[dependencies]
base-db = { path = "../base-db" }
rowan = "0.15.15"
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"
syntax = { path = "../syntax" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rust-version.workspace = true
[dependencies]
itertools = "0.13.0"
rowan = "0.15.15"
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"

[lib]
doctest = false
2 changes: 1 addition & 1 deletion crates/texlab/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ references = { path = "../references" }
regex = "1.10.5"
rename = { path = "../rename" }
rowan = "0.15.15"
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"
serde = "1.0.203"
serde_json = "1.0.119"
serde_regex = "1.1.0"
Expand Down

0 comments on commit 491459e

Please sign in to comment.