diff --git a/Cargo.lock b/Cargo.lock index 452d408..37912e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,7 +388,7 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "ripgrep" -version = "14.1.1" +version = "15.0.0" dependencies = [ "anyhow", "bstr", diff --git a/Cargo.toml b/Cargo.toml index b210fc9..4e0fe73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ripgrep" -version = "14.1.1" #:version +version = "15.0.0" #:version authors = ["Andrew Gallant "] description = """ ripgrep is a line-oriented search tool that recursively searches the current