Skip to content

Commit 8999fe1

Browse files
dependabot[bot]Mufanc
authored andcommitted
chore(deps): bump the routine-updates group with 8 updates
Bumps the routine-updates group with 8 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.101` | `1.0.102` | | [clap](https://github.com/clap-rs/clap) | `4.5.57` | `4.5.60` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.8` | `0.11.9` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | | [nix](https://github.com/nix-rust/nix) | `0.31.1` | `0.31.2` | | [notify](https://github.com/notify-rs/notify) | `9.0.0-rc.1` | `9.0.0-rc.2` | | [toml](https://github.com/toml-rs/toml) | `1.0.1+spec-1.1.0` | `1.0.3+spec-1.1.0` | | [wincode](https://github.com/anza-xyz/wincode) | `0.4.0` | `0.4.4` | Updates `anyhow` from 1.0.101 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) Updates `clap` from 4.5.57 to 4.5.60 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.57...clap_complete-v4.5.60) Updates `env_logger` from 0.11.8 to 0.11.9 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.8...v0.11.9) Updates `futures` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `nix` from 0.31.1 to 0.31.2 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.31.1...v0.31.2) Updates `notify` from 9.0.0-rc.1 to 9.0.0-rc.2 - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md) - [Commits](notify-rs/notify@notify-9.0.0-rc.1...notify-9.0.0-rc.2) Updates `toml` from 1.0.1+spec-1.1.0 to 1.0.3+spec-1.1.0 - [Commits](toml-rs/toml@toml-v1.0.1...toml-v1.0.3) Updates `wincode` from 0.4.0 to 0.4.4 - [Release notes](https://github.com/anza-xyz/wincode/releases) - [Commits](https://github.com/anza-xyz/wincode/compare/wincode@v0.4.0...wincode@v0.4.4) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: routine-updates - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: routine-updates - dependency-name: env_logger dependency-version: 0.11.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: routine-updates - dependency-name: futures dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: routine-updates - dependency-name: nix dependency-version: 0.31.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: routine-updates - dependency-name: notify dependency-version: 9.0.0-rc.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: routine-updates - dependency-name: toml dependency-version: 1.0.3+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: routine-updates - dependency-name: wincode dependency-version: 0.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: routine-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e419c1 commit 8999fe1

2 files changed

Lines changed: 63 additions & 53 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jni = "0.21"
2828
log = "0.4"
2929
memfd = "0.6"
3030
nix = { version = "0.31" }
31-
notify = "9.0.0-rc.1"
31+
notify = "9.0.0-rc.2"
3232
parking_lot = "0.12"
3333
once_cell = "1.21"
3434
once_map = "0.4"
@@ -43,7 +43,7 @@ strum = "0.28"
4343
strum_macros = "0.28"
4444
syscalls = { version = "0.8" }
4545
tokio = { version = "1", features = ["full"] }
46-
toml = "1.0.1+spec-1.1.0"
46+
toml = "1.0.3+spec-1.1.0"
4747
uds = "0.4.2"
4848
which = "8.0"
4949
wincode = { version = "0.4" }

0 commit comments

Comments
 (0)