Skip to content

Commit aaa3e37

Browse files
Bump the cargo-updates group across 1 directory with 3 updates
Bumps the cargo-updates group with 3 updates in the / directory: [libc](https://github.com/rust-lang/libc), [libscap-bindings](https://github.com/edera-dev/libscap-bindings) and [url](https://github.com/servo/rust-url). 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 `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: 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>
1 parent 39dd0d2 commit aaa3e37

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 10 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,8 +49,8 @@ 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"
5555
nix = { version = "0.30.1", features = ["signal"] }
5656
pin-project-lite = "0.2.16"
@@ -60,7 +60,7 @@ tokio = { version = "1.49.0", features = ["full"] }
6060
tokio-stream = { version="0.1.18", features = ["sync"] }
6161
tonic = "0.14.2"
6262
tower = "0.5.2"
63-
url = "2.5.7"
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)