Skip to content

Commit 39dd0d2

Browse files
Bump the cargo-updates group with 3 updates (#35)
Bumps the cargo-updates group with 3 updates: [libc](https://github.com/rust-lang/libc), [tokio](https://github.com/tokio-rs/tokio) and [tokio-stream](https://github.com/tokio-rs/tokio). Updates `libc` from 0.2.178 to 0.2.179 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/main/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.178...0.2.179) Updates `tokio` from 1.48.0 to 1.49.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) Updates `tokio-stream` from 0.1.17 to 0.1.18 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.17...tokio-stream-0.1.18) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.179 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates - dependency-name: tokio-stream dependency-version: 0.1.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18015fe commit 39dd0d2

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

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.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ falco_event = { version = "0.5.1" }
4949
env_logger = "0.11.8"
5050
hyper = "1.8.0"
5151
hyper-util = "0.1.19"
52-
libc = "0.2.178"
52+
libc = "0.2.179"
5353
libscap-bindings = { version = "0.0.2", default-features = false }
5454
log = "0.4.29"
5555
nix = { version = "0.30.1", features = ["signal"] }
5656
pin-project-lite = "0.2.16"
5757
prost = "0.14.1"
5858
strum_macros = "0.27"
59-
tokio = { version = "1.48.0", features = ["full"] }
60-
tokio-stream = { version="0.1.17", features = ["sync"] }
59+
tokio = { version = "1.49.0", features = ["full"] }
60+
tokio-stream = { version="0.1.18", features = ["sync"] }
6161
tonic = "0.14.2"
6262
tower = "0.5.2"
6363
url = "2.5.7"

0 commit comments

Comments
 (0)