Skip to content

Commit

Permalink
Bump rowan from 0.15.13 to 0.15.15 (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent 5d3bd97 commit 1affbbe
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 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 @@ -18,7 +18,7 @@ once_cell = "1.18.0"
parser = { path = "../parser" }
percent-encoding = "2.3.0"
regex = "1.10.2"
rowan = "0.15.13"
rowan = "0.15.15"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
url = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/bibfmt/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]
rowan = "0.15.13"
rowan = "0.15.15"
syntax = { path = "../syntax" }
line-index = { path = "../line-index" }

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 @@ -10,7 +10,7 @@ rust-version.workspace = true
chrono = { version = "0.4.26", default-features = false, features = ["std"] }
human_name = "2.0.2"
itertools = "0.12.0"
rowan = "0.15.13"
rowan = "0.15.15"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
unicode-normalization = "0.1.22"
Expand Down
2 changes: 1 addition & 1 deletion crates/citeproc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version.workspace = true
bibtex-utils = { path = "../bibtex-utils" }
isocountry = "0.3.2"
itertools = "0.12.0"
rowan = "0.15.13"
rowan = "0.15.15"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
titlecase = "2.2.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/commands/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crossbeam-channel = "0.5.8"
itertools = "0.12.0"
libc = "0.2.150"
log = "0.4.19"
rowan = "0.15.13"
rowan = "0.15.15"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
thiserror = "1.0.50"
Expand Down
2 changes: 1 addition & 1 deletion crates/completion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ completion-data = { path = "../completion-data" }
fuzzy-matcher = { version = "0.3.7", features = ["compact"] }
line-index = { path = "../line-index" }
rayon = "1.7.0"
rowan = "0.15.13"
rowan = "0.15.15"
rustc-hash = "1.1.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 @@ -8,7 +8,7 @@ rust-version.workspace = true

[dependencies]
base-db = { path = "../base-db" }
rowan = "0.15.13"
rowan = "0.15.15"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }

Expand Down
2 changes: 1 addition & 1 deletion crates/diagnostics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version.workspace = true
base-db = { path = "../base-db" }
itertools = "0.12.0"
line-index = { path = "../line-index" }
rowan = "0.15.13"
rowan = "0.15.15"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
url = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/folding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rust-version.workspace = true

[dependencies]
base-db = { path = "../base-db" }
rowan = "0.15.13"
rowan = "0.15.15"
syntax = { path = "../syntax" }

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

[dependencies]
base-db = { path = "../base-db" }
rowan = "0.15.13"
rowan = "0.15.15"

[dev-dependencies]
expect-test = "1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/hover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ base-db = { path = "../base-db" }
bibtex-utils = { path = "../bibtex-utils" }
citeproc = { path = "../citeproc" }
completion-data = { path = "../completion-data" }
rowan = "0.15.13"
rowan = "0.15.15"
syntax = { path = "../syntax" }

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

[dependencies]
base-db = { path = "../base-db" }
rowan = "0.15.13"
rowan = "0.15.15"
rustc-hash = "1.1.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version.workspace = true
logos = "0.13.0"
once_cell = "1.18.0"
regex = "1.10.2"
rowan = "0.15.13"
rowan = "0.15.15"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
tempfile = "3.8.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/references/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rust-version.workspace = true

[dependencies]
base-db = { path = "../base-db" }
rowan = "0.15.13"
rowan = "0.15.15"
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 @@ -8,7 +8,7 @@ rust-version.workspace = true

[dependencies]
base-db = { path = "../base-db" }
rowan = "0.15.13"
rowan = "0.15.15"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }

Expand Down
2 changes: 1 addition & 1 deletion crates/symbols/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ base-db = { path = "../base-db" }
distro = { path = "../distro" }
itertools = "0.12.0"
line-index = { path = "../line-index" }
rowan = "0.15.13"
rowan = "0.15.15"
syntax = { path = "../syntax" }
titlecase = "2.2.1"
url = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rust-version.workspace = true

[dependencies]
itertools = "0.12.0"
rowan = "0.15.13"
rowan = "0.15.15"

[lib]
doctest = false
2 changes: 1 addition & 1 deletion crates/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version.workspace = true
base-db = { path = "../base-db" }
distro = { path = "../distro" }
line-index = { path = "../line-index" }
rowan = "0.15.13"
rowan = "0.15.15"
url = "2.5.0"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/texlab/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ parser = { path = "../parser" }
references = { path = "../references" }
regex = "1.10.2"
rename = { path = "../rename" }
rowan = "0.15.13"
rowan = "0.15.15"
rustc-hash = "1.1.0"
serde = "1.0.193"
serde_json = "1.0.108"
Expand Down

0 comments on commit 1affbbe

Please sign in to comment.