Skip to content

Commit efa5645

Browse files
dependabot[bot]Virv12
authored andcommitted
Bump the patches group across 1 directory with 4 updates
Bumps the patches group with 4 updates in the /pixie-server directory: [clap](https://github.com/clap-rs/clap), [libc](https://github.com/rust-lang/libc), [log](https://github.com/rust-lang/log) and [tokio-util](https://github.com/tokio-rs/tokio). Updates `clap` from 4.5.51 to 4.5.53 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.51...clap_complete-v4.5.53) 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 `tokio-util` from 0.7.16 to 0.7.17 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.16...tokio-util-0.7.17) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.53 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: libc dependency-version: 0.2.178 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: tokio-util dependency-version: 0.7.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f8b802 commit efa5645

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

pixie-server/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.

pixie-server/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ version = "0.1.0"
66
[dependencies]
77
anyhow = "1.0.100"
88
blake3 = "1.8.2"
9-
clap = { version = "4.5.51", features = ["derive"] }
9+
clap = { version = "4.5.53", features = ["derive"] }
1010
env_logger = { version = "0.11.6", default-features = false, features = ["auto-color", "humantime"] }
1111
interfaces = "0.0.9"
1212
ipnet = { version = "2.11.0", features = ["serde"] }
13-
libc = "0.2.177"
14-
log = "0.4.28"
13+
libc = "0.2.178"
14+
log = "0.4.29"
1515
macaddr = { version = "1.0.1", features = ["serde"] }
1616
postcard = { version = "1.1.3", default-features = false, features = ["alloc"] }
1717
serde = "1.0.228"
@@ -28,7 +28,7 @@ http-body-util = "0.1.3"
2828
futures = "0.3.30"
2929
tokio-stream = { version = "0.1.17", features = ["sync"] }
3030
chrono = "0.4.42"
31-
tokio-util = "0.7.16"
31+
tokio-util = "0.7.17"
3232
lz4_flex = "0.11.5"
3333

3434
[dependencies.pixie-shared]

0 commit comments

Comments
 (0)