Skip to content

Commit b8317b2

Browse files
Bump the cargo-updates group across 1 directory with 5 updates
Bumps the cargo-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.9` | `0.11.10` | | [hyper](https://github.com/hyperium/hyper) | `1.8.1` | `1.9.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.183` | `0.2.184` | | [tokio](https://github.com/tokio-rs/tokio) | `1.50.0` | `1.51.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.21.0` | `1.23.0` | Updates `env_logger` from 0.11.9 to 0.11.10 - [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.9...v0.11.10) Updates `hyper` from 1.8.1 to 1.9.0 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.8.1...v1.9.0) Updates `libc` from 0.2.183 to 0.2.184 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.184/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.183...0.2.184) Updates `tokio` from 1.50.0 to 1.51.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.51.0) Updates `uuid` from 1.21.0 to 1.23.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.21.0...v1.23.0) --- updated-dependencies: - dependency-name: env_logger dependency-version: 0.11.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: hyper dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates - dependency-name: libc dependency-version: 0.2.184 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: tokio dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates - dependency-name: uuid dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94cc2cd commit b8317b2

2 files changed

Lines changed: 30 additions & 31 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,22 @@ 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.9"
50-
hyper = "1.8.0"
49+
env_logger = "0.11.10"
50+
hyper = "1.9.0"
5151
hyper-util = "0.1.20"
52-
libc = "0.2.180"
52+
libc = "0.2.184"
5353
libscap-bindings = { version = "0.0.6", default-features = false }
5454
log = "0.4.29"
5555
nix = { version = "0.31.2", features = ["signal"] }
5656
pin-project-lite = "0.2.17"
5757
prost = "0.14.3"
5858
strum_macros = "0.28"
59-
tokio = { version = "1.50.0", features = ["full"] }
59+
tokio = { version = "1.51.0", features = ["full"] }
6060
tokio-stream = { version="0.1.18", features = ["sync"] }
6161
tonic = "0.14.5"
6262
tower = "0.5.3"
6363
url = "2.5.8"
64-
uuid = { version = "1.21.0", features = ["v4"] }
64+
uuid = { version = "1.23.0", features = ["v4"] }
6565
pbjson = "0.9.0"
6666
pbjson-types = "0.9.0"
6767
serde = { version = "1.0.219", features = ["derive"] }

0 commit comments

Comments
 (0)