Skip to content

Commit 8c3cbb2

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: [tokio](https://github.com/tokio-rs/tokio) and [cc](https://github.com/rust-lang/cc-rs). Updates `cc` from 1.2.23 to 1.2.24 - [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.23...cc-v1.2.24) Updates `tokio` from 1.45.0 to 1.45.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.0...tokio-1.45.1) Updates `cc` from 1.2.23 to 1.2.24 - [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.23...cc-v1.2.24) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.24 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: cc dependency-version: 1.2.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c32e67 commit 8c3cbb2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/krsi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ clap = { version = "4.5.20", default-features = false, features = ["std"] }
3535
env_logger = { version = "0.11.8", default-features = false }
3636
libc = { version = "0.2.172", default-features = false }
3737
log = { version = "0.4.27", default-features = false }
38-
tokio = { version = "1.45.0", default-features = false }
38+
tokio = { version = "1.45.1", default-features = false }
3939
which = { version = "6.0.0", default-features = false }
4040

4141
[profile.release.package.krsi-ebpf]

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.23"
33+
cc = "1.2.24"

0 commit comments

Comments
 (0)