Skip to content

Commit 18ed69a

Browse files
authored
Merge pull request #3113 from niklasmohrin/bump-clircle
Bump clircle to 0.6.1
2 parents 2d3581e + c943193 commit 18ed69a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
- Update options in shell completions and the man page of `bat`, see #2995 (@akinomyoga)
5252
- Update nix dev-dependency to v0.29.0, see #3112 (@decathorpe)
5353
- Bump MSRV to [1.74](https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html), see #3154 (@keith-hall)
54+
- Update clircle dependency to remove winapi transitive dependency, see #3113 (@niklasmohrin)
5455

5556
## Syntaxes
5657

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ serde_derive = "1.0"
5858
serde_yaml = "0.9.28"
5959
semver = "1.0"
6060
path_abs = { version = "0.5", default-features = false }
61-
clircle = "0.6"
61+
clircle = { version = "0.6.1", default-features = false }
6262
bugreport = { version = "0.5.0", optional = true }
6363
etcetera = { version = "0.8.0", optional = true }
6464
grep-cli = { version = "0.1.11", optional = true }

0 commit comments

Comments
 (0)