Skip to content

Commit

Permalink
build(deps): bump ctrlc from 3.4.4 to 3.4.5 in /examples/rust
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and danielocfb committed Nov 14, 2024
1 parent e05b60b commit 206a8ea
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 32 deletions.
87 changes: 57 additions & 30 deletions examples/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/rust/tracecon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anyhow = "1.0"
libbpf-rs = "0.24"
libc = "0.2"
structopt = "0.3"
ctrlc = "3.1"
ctrlc = "3.4"
object = "0.36"
plain = "0.2"

Expand Down
2 changes: 1 addition & 1 deletion examples/rust/xdp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rust-version = "1.71"

[dependencies]
anyhow = "1.0"
ctrlc = { version = "3.0", features = ["termination"] }
ctrlc = { version = "3.4", features = ["termination"] }
libc = "0.2"
libbpf-rs = "0.24"
structopt = "0.3"
Expand Down

0 comments on commit 206a8ea

Please sign in to comment.