chore(deps): bump cursive from 0.21.0 to 0.21.1 in the cargo group

Bumps the cargo group with 1 update: [cursive](https://github.com/gyscos/cursive).


Updates `cursive` from 0.21.0 to 0.21.1
- [Release notes](https://github.com/gyscos/cursive/releases)
- [Changelog](https://github.com/gyscos/cursive/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gyscos/cursive/compare/cursive-v0.21.0...cursive-v0.21.1)

---
updated-dependencies:
- dependency-name: cursive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-08-05 08:01:03 +00:00
committed by Henrik Friedrichsen
parent 02f72b1c21
commit 83d8c9eadd
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -866,9 +866,9 @@ dependencies = [
[[package]]
name = "cursive"
version = "0.21.0"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dee384c1888a41189cadef7c9e9e9aa1141fc64491a8fb1c72a9184bae6d340"
checksum = "386d5a36020bb856e9a34ecb8a4e6c9bd6b0262d1857bae4db7bc7e2fdaa532e"
dependencies = [
"ahash",
"cfg-if",

View File

@@ -78,7 +78,7 @@ version = "0.13.2"
[dependencies.cursive]
default-features = false
version = "0.21.0"
version = "0.21.1"
[dependencies.notify-rust]
default-features = false