Bumps the cargo group with 2 updates: [notify](https://github.com/notify-rs/notify) and [notify-debouncer-full](https://github.com/notify-rs/notify). Updates `notify` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md) - [Commits](https://github.com/notify-rs/notify/compare/notify-7.0.0...notify-8.0.0) Updates `notify-debouncer-full` from 0.4.0 to 0.5.0 - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md) - [Commits](https://github.com/notify-rs/notify/compare/debouncer-full-0.4.0...debouncer-full-0.5.0) --- updated-dependencies: - dependency-name: notify dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo - dependency-name: notify-debouncer-full dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
668 B
TOML
32 lines
668 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
keywords.workspace = true
|
|
categories.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anstyle.workspace = true
|
|
anyhow.workspace = true
|
|
bindgen = { version = "0.71.1" }
|
|
cc.workspace = true
|
|
clap.workspace = true
|
|
git2.workspace = true
|
|
indoc.workspace = true
|
|
toml.workspace = true
|
|
regex.workspace = true
|
|
semver.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
ureq = "2.12.1"
|
|
notify = "8.0.0"
|
|
notify-debouncer-full = "0.5.0"
|