Skip to content

Commit

Permalink
Bump expect-test from 1.4.1 to 1.5.0 (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 20, 2024
1 parent 87a6321 commit 5f69f52
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 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/bibfmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ line-index = { path = "../line-index" }
doctest = false

[dev-dependencies]
expect-test = "1.4.1"
expect-test = "1.5.0"
parser = { path = "../parser" }
2 changes: 1 addition & 1 deletion crates/bibtex-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ unicode-normalization = "0.1.23"
doctest = false

[dev-dependencies]
expect-test = "1.4.1"
expect-test = "1.5.0"
parser = { path = "../parser" }
2 changes: 1 addition & 1 deletion crates/citeproc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ url = "2.5.0"
doctest = false

[dev-dependencies]
expect-test = "1.4.1"
expect-test = "1.5.0"
parser = { path = "../parser" }
2 changes: 1 addition & 1 deletion crates/commands/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ url = "2.5.0"

[dev-dependencies]
distro = { path = "../distro" }
expect-test = "1.4.1"
expect-test = "1.5.0"
test-utils = { path = "../test-utils" }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/completion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ url = "2.5.0"
[dev-dependencies]
criterion = "0.5.1"
distro = { path = "../distro" }
expect-test = "1.4.1"
expect-test = "1.5.0"
test-utils = { path = "../test-utils" }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/diagnostics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ syntax = { path = "../syntax" }
url = "2.5.0"

[dev-dependencies]
expect-test = "1.4.1"
expect-test = "1.5.0"
test-utils = { path = "../test-utils" }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/folding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rowan = "0.15.15"
syntax = { path = "../syntax" }

[dev-dependencies]
expect-test = "1.4.1"
expect-test = "1.5.0"
test-utils = { path = "../test-utils" }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/highlights/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ base-db = { path = "../base-db" }
rowan = "0.15.15"

[dev-dependencies]
expect-test = "1.4.1"
expect-test = "1.5.0"
test-utils = { path = "../test-utils" }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/hover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rowan = "0.15.15"
syntax = { path = "../syntax" }

[dev-dependencies]
expect-test = "1.4.1"
expect-test = "1.5.0"
test-utils = { path = "../test-utils" }

[lib]
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 @@ -13,7 +13,7 @@ rustc-hash = "1.1.0"

[dev-dependencies]
test-utils = { path = "../test-utils" }
expect-test = "1.4.1"
expect-test = "1.5.0"

[lib]
doctest = false
2 changes: 1 addition & 1 deletion crates/links/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ base-db = { path = "../base-db" }

[dev-dependencies]
test-utils = { path = "../test-utils" }
expect-test = "1.4.1"
expect-test = "1.5.0"

[lib]
doctest = false
2 changes: 1 addition & 1 deletion crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ syntax = { path = "../syntax" }
tempfile = "3.10.1"

[dev-dependencies]
expect-test = "1.4.1"
expect-test = "1.5.0"

[lib]
doctest = false
2 changes: 1 addition & 1 deletion crates/symbols/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ url = "2.5.0"
[dev-dependencies]
regex = "1.10.4"
test-utils = { path = "../test-utils" }
expect-test = "1.4.1"
expect-test = "1.5.0"

0 comments on commit 5f69f52

Please sign in to comment.