diff options
Diffstat (limited to 'support/texlab/crates/bibfmt/Cargo.toml')
-rw-r--r-- | support/texlab/crates/bibfmt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/texlab/crates/bibfmt/Cargo.toml b/support/texlab/crates/bibfmt/Cargo.toml index 686e871d58..a712908d7d 100644 --- a/support/texlab/crates/bibfmt/Cargo.toml +++ b/support/texlab/crates/bibfmt/Cargo.toml @@ -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" } |