Skip to content

Commit 77e6472

Browse files
dependabot[bot]poiana
authored andcommitted
build(deps): bump the cargo group across 2 directories with 2 updates
Bumps the cargo group with 1 update in the /plugins/dummy_rs directory: [cc](https://github.com/rust-lang/cc-rs). Bumps the cargo group with 2 updates in the /plugins/krsi directory: [num_cpus](https://github.com/seanmonstar/num_cpus) and [cc](https://github.com/rust-lang/cc-rs). Updates `cc` from 1.2.24 to 1.2.25 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.24...cc-v1.2.25) Updates `num_cpus` from 1.16.0 to 1.17.0 - [Release notes](https://github.com/seanmonstar/num_cpus/releases) - [Changelog](https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md) - [Commits](seanmonstar/num_cpus@v1.16.0...v1.17.0) Updates `cc` from 1.2.24 to 1.2.25 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.24...cc-v1.2.25) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.25 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: num_cpus dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: cc dependency-version: 1.2.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af68b7e commit 77e6472

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

plugins/dummy_rs/Cargo.lock

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

plugins/krsi/Cargo.lock

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

plugins/krsi/krsi-ebpf-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ paste = { workspace = true }
3030

3131
[build-dependencies]
3232
bindgen = { version = "0.71.1", features = ["runtime"] }
33-
cc = "1.2.24"
33+
cc = "1.2.25"

plugins/krsi/krsi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ log = { workspace = true }
3232
serde = "1.0.219"
3333
tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread", "net", "signal"] }
3434
hashlru = "0.11.1"
35-
num_cpus = "1.13.0"
35+
num_cpus = "1.17.0"
3636
byteorder = "1.5.0"
3737
thiserror = "2.0.12"
3838
paste = {workspace = true}

0 commit comments

Comments
 (0)