Skip to content

Commit edb1d54

Browse files
Bump the cargo-updates group across 1 directory with 3 updates (#26)
Bumps the cargo-updates group with 3 updates in the / directory: [libc](https://github.com/rust-lang/libc), [log](https://github.com/rust-lang/log) and [uuid](https://github.com/uuid-rs/uuid). Updates `libc` from 0.2.177 to 0.2.178 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.178/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.177...0.2.178) Updates `log` from 0.4.28 to 0.4.29 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.28...0.4.29) Updates `uuid` from 1.18.1 to 1.19.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.18.1...v1.19.0) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.178 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: uuid dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor 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 35b36ad commit edb1d54

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,9 +49,9 @@ falco_event = { version = "0.5.1" }
4949
env_logger = "0.11.8"
5050
hyper = "1.8.0"
5151
hyper-util = "0.1.18"
52-
libc = "0.2.175"
52+
libc = "0.2.178"
5353
libscap-bindings = { version = "0.0.2", default-features = false }
54-
log = "0.4.27"
54+
log = "0.4.29"
5555
nix = { version = "0.30.1", features = ["signal"] }
5656
pin-project-lite = "0.2.16"
5757
prost = "0.14.1"
@@ -61,7 +61,7 @@ tokio-stream = { version="0.1.17", features = ["sync"] }
6161
tonic = "0.14.2"
6262
tower = "0.5.2"
6363
url = "2.5.7"
64-
uuid = { version = "1.18.1", features = ["v4"] }
64+
uuid = { version = "1.19.0", features = ["v4"] }
6565
pbjson = "0.8.0"
6666
pbjson-types = "0.8.0"
6767
serde = { version = "1.0.219", features = ["derive"] }

0 commit comments

Comments
 (0)