Skip to content

Commit f5f9019

Browse files
Bump the cargo-updates group across 1 directory with 6 updates (#66)
Bumps the cargo-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.101` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.8` | `0.11.9` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.19` | `0.1.20` | | [libscap-bindings](https://github.com/edera-dev/libscap-bindings) | `0.0.4` | `0.0.5` | | [tonic](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.3` | | [tonic-prost](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.3` | Updates `anyhow` from 1.0.100 to 1.0.101 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.101) Updates `env_logger` from 0.11.8 to 0.11.9 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.8...v0.11.9) Updates `hyper-util` from 0.1.19 to 0.1.20 - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper-util@v0.1.19...v0.1.20) Updates `libscap-bindings` from 0.0.4 to 0.0.5 - [Release notes](https://github.com/edera-dev/libscap-bindings/releases) - [Commits](edera-dev/libscap-bindings@v0.0.4...v0.0.5) Updates `tonic` from 0.14.2 to 0.14.3 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.2...v0.14.3) Updates `tonic-prost` from 0.14.2 to 0.14.3 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.2...v0.14.3) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: env_logger dependency-version: 0.11.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: hyper-util dependency-version: 0.1.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: libscap-bindings dependency-version: 0.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: tonic dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: tonic-prost dependency-version: 0.14.3 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 6769de8 commit f5f9019

2 files changed

Lines changed: 20 additions & 21 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 15 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
@@ -38,31 +38,31 @@ exclude = [
3838
crate-type = ["rlib", "cdylib"]
3939

4040
[dependencies]
41-
anyhow = "1.0.99"
41+
anyhow = "1.0.101"
4242
async-stream = "0.3.6"
4343
aya = "0.13"
4444
caps = "0.5.5"
4545
dns-lookup = "3.0.1"
4646
falco_plugin = { version = "0.5.1" }
4747
falco_plugin_api = { version = "0.5.1" }
4848
falco_event = { version = "0.5.1" }
49-
env_logger = "0.11.8"
49+
env_logger = "0.11.9"
5050
hyper = "1.8.0"
51-
hyper-util = "0.1.19"
51+
hyper-util = "0.1.20"
5252
libc = "0.2.180"
53-
libscap-bindings = { version = "0.0.4", default-features = false }
53+
libscap-bindings = { version = "0.0.5", default-features = false }
5454
log = "0.4.29"
5555
nix = { version = "0.31.1", features = ["signal"] }
5656
pin-project-lite = "0.2.16"
5757
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"] }
61-
tonic = "0.14.2"
61+
tonic = "0.14.3"
6262
tower = "0.5.3"
6363
url = "2.5.8"
6464
uuid = { version = "1.20.0", features = ["v4"] }
6565
pbjson = "0.9.0"
6666
pbjson-types = "0.9.0"
6767
serde = { version = "1.0.219", features = ["derive"] }
68-
tonic-prost = { version = "0.14.2" }
68+
tonic-prost = { version = "0.14.3" }

0 commit comments

Comments
 (0)