Skip to content

Commit 206a8ea

Browse files
dependabot[bot]danielocfb
authored andcommitted
build(deps): bump ctrlc from 3.4.4 to 3.4.5 in /examples/rust
Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.4.4 to 3.4.5. - [Release notes](https://github.com/Detegr/rust-ctrlc/releases) - [Commits](Detegr/rust-ctrlc@3.4.4...3.4.5) --- updated-dependencies: - dependency-name: ctrlc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e05b60b commit 206a8ea

File tree

3 files changed

+59
-32
lines changed

3 files changed

+59
-32
lines changed

examples/rust/Cargo.lock

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

examples/rust/tracecon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ anyhow = "1.0"
1111
libbpf-rs = "0.24"
1212
libc = "0.2"
1313
structopt = "0.3"
14-
ctrlc = "3.1"
14+
ctrlc = "3.4"
1515
object = "0.36"
1616
plain = "0.2"
1717

examples/rust/xdp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rust-version = "1.71"
99

1010
[dependencies]
1111
anyhow = "1.0"
12-
ctrlc = { version = "3.0", features = ["termination"] }
12+
ctrlc = { version = "3.4", features = ["termination"] }
1313
libc = "0.2"
1414
libbpf-rs = "0.24"
1515
structopt = "0.3"

0 commit comments

Comments
 (0)