Skip to content

Commit db690ff

Browse files
chore(deps): bump the routine-dependencies group across 1 directory with 6 updates
Bumps the routine-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.60` | `4.6.0` | | [jni](https://github.com/jni-rs/jni-rs) | `0.22.3` | `0.22.4` | | [once_cell](https://github.com/matklad/once_cell) | `1.21.3` | `1.21.4` | | [toml](https://github.com/toml-rs/toml) | `1.0.6+spec-1.1.0` | `1.0.7+spec-1.1.0` | | [which](https://github.com/harryfei/which-rs) | `8.0.1` | `8.0.2` | | [wincode](https://github.com/anza-xyz/wincode) | `0.4.5` | `0.4.8` | Updates `clap` from 4.5.60 to 4.6.0 - [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.60...clap_complete-v4.6.0) Updates `jni` from 0.22.3 to 0.22.4 - [Release notes](https://github.com/jni-rs/jni-rs/releases) - [Changelog](https://github.com/jni-rs/jni-rs/blob/master/CHANGELOG.md) - [Commits](jni-rs/jni-rs@v0.22.3...v0.22.4) Updates `once_cell` from 1.21.3 to 1.21.4 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.21.3...v1.21.4) Updates `toml` from 1.0.6+spec-1.1.0 to 1.0.7+spec-1.1.0 - [Commits](toml-rs/toml@toml-v1.0.6...toml-v1.0.7) Updates `which` from 8.0.1 to 8.0.2 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@8.0.1...8.0.2) Updates `wincode` from 0.4.5 to 0.4.8 - [Release notes](https://github.com/anza-xyz/wincode/releases) - [Commits](https://github.com/anza-xyz/wincode/compare/wincode@v0.4.5...wincode@v0.4.8) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: routine-dependencies - dependency-name: jni dependency-version: 0.22.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: routine-dependencies - dependency-name: once_cell dependency-version: 1.21.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: routine-dependencies - dependency-name: toml dependency-version: 1.0.7+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: routine-dependencies - dependency-name: which dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: routine-dependencies - dependency-name: wincode dependency-version: 0.4.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: routine-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8119470 commit db690ff

2 files changed

Lines changed: 56 additions & 46 deletions

File tree

Cargo.lock

Lines changed: 54 additions & 44 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
@@ -17,7 +17,7 @@ aya-ebpf = { git = "https://github.com/aya-rs/aya" }
1717
aya-log = { git = "https://github.com/aya-rs/aya" }
1818
aya-log-ebpf = { git = "https://github.com/aya-rs/aya" }
1919
bytemuck = "1.24"
20-
clap = { version = "4.5", features = ["derive"] }
20+
clap = { version = "4.6", features = ["derive"] }
2121
cpp_demangle = "0.5"
2222
daemonize = "0.5"
2323
dynasmrt = "5.0"
@@ -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.3+spec-1.1.0"
46+
toml = "1.0.7+spec-1.1.0"
4747
uds = "0.4.2"
4848
which = "8.0"
4949
wincode = { version = "0.4" }

0 commit comments

Comments
 (0)