diff --git a/CHANGELOG.md b/CHANGELOG.md index cdb91bfe..d586a3d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Unreleased - Fixed assertion failure when searching after aborting search term entry - Lowercased `Pos` and `Neg` fields of serialized queries - Added code coverage collection and reporting to CI pipeline +- Bumped `dirs` dependency to `2.0` 0.2.1 diff --git a/Cargo.toml b/Cargo.toml index 592d5a2e..219c715f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ package = "coredump" optional = true [dependencies.dirs] -version = "1.0" +version = "2.0" [dependencies.gui] version = "0.4"