Skip to content

Commit 7a3b015

Browse files
Bump the cargo-updates group across 1 directory with 6 updates (#46)
Bumps the cargo-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [libc](https://github.com/rust-lang/libc) | `0.2.179` | `0.2.180` | | [libscap-bindings](https://github.com/edera-dev/libscap-bindings) | `0.0.2` | `0.0.3` | | [nix](https://github.com/nix-rust/nix) | `0.30.1` | `0.31.0` | | [prost](https://github.com/tokio-rs/prost) | `0.14.1` | `0.14.3` | | [tower](https://github.com/tower-rs/tower) | `0.5.2` | `0.5.3` | | [url](https://github.com/servo/rust-url) | `2.5.7` | `2.5.8` | Updates `libc` from 0.2.179 to 0.2.180 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.180/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.179...0.2.180) Updates `libscap-bindings` from 0.0.2 to 0.0.3 - [Release notes](https://github.com/edera-dev/libscap-bindings/releases) - [Commits](edera-dev/libscap-bindings@v0.0.2...v0.0.3) Updates `nix` from 0.30.1 to 0.31.0 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.30.1...v0.31.0) Updates `prost` from 0.14.1 to 0.14.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.14.1...v0.14.3) Updates `tower` from 0.5.2 to 0.5.3 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.5.2...tower-0.5.3) Updates `url` from 2.5.7 to 2.5.8 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.7...v2.5.8) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.180 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: libscap-bindings dependency-version: 0.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: nix dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates - dependency-name: prost dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: tower dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: url dependency-version: 2.5.8 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> Co-authored-by: Ben Leggett <benjamin@edera.io>
1 parent 05244ec commit 7a3b015

2 files changed

Lines changed: 36 additions & 24 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,18 @@ 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.179"
53-
libscap-bindings = { version = "0.0.2", default-features = false }
52+
libc = "0.2.180"
53+
libscap-bindings = { version = "0.0.3", default-features = false }
5454
log = "0.4.29"
55-
nix = { version = "0.30.1", features = ["signal"] }
55+
nix = { version = "0.31.0", features = ["signal"] }
5656
pin-project-lite = "0.2.16"
57-
prost = "0.14.1"
57+
prost = "0.14.3"
5858
strum_macros = "0.27"
5959
tokio = { version = "1.49.0", features = ["full"] }
6060
tokio-stream = { version="0.1.18", features = ["sync"] }
6161
tonic = "0.14.2"
62-
tower = "0.5.2"
63-
url = "2.5.7"
62+
tower = "0.5.3"
63+
url = "2.5.8"
6464
uuid = { version = "1.19.0", features = ["v4"] }
6565
pbjson = "0.9.0"
6666
pbjson-types = "0.9.0"

0 commit comments

Comments
 (0)