Skip to content

Commit 619bd17

Browse files
Bump the patches group across 2 directories with 6 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), [postcard](https://github.com/jamesmunns/postcard) and [tower-http](https://github.com/tower-rs/tower-http). Bumps the patches group with 3 updates in the /pixie-web directory: [libc](https://github.com/rust-lang/libc), [tokio-util](https://github.com/tokio-rs/tokio) and [reqwest](https://github.com/seanmonstar/reqwest). Updates `clap` from 4.5.37 to 4.5.40 - [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.37...clap_complete-v4.5.40) Updates `libc` from 0.2.172 to 0.2.174 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.174/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.172...0.2.174) Updates `postcard` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/jamesmunns/postcard/releases) - [Commits](jamesmunns/postcard@postcard/v1.1.1...postcard/v1.1.2) Updates `tower-http` from 0.6.2 to 0.6.6 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.2...tower-http-0.6.6) Updates `libc` from 0.2.172 to 0.2.174 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.174/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.172...0.2.174) Updates `tokio-util` from 0.7.13 to 0.7.15 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.13...tokio-util-0.7.15) Updates `reqwest` from 0.12.15 to 0.12.22 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.15...v0.12.22) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: libc dependency-version: 0.2.174 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: postcard dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: tower-http dependency-version: 0.6.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: libc dependency-version: 0.2.174 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: tokio-util dependency-version: 0.7.15 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: reqwest dependency-version: 0.12.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3dbd6c4 commit 619bd17

4 files changed

Lines changed: 103 additions & 149 deletions

File tree

pixie-server/Cargo.lock

Lines changed: 39 additions & 16 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,14 +6,14 @@ version = "0.1.0"
66
[dependencies]
77
anyhow = "1.0.98"
88
blake3 = "1.5.5"
9-
clap = { version = "4.5.37", features = ["derive"] }
9+
clap = { version = "4.5.40", 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.9.0", features = ["serde"] }
13-
libc = "0.2.172"
13+
libc = "0.2.174"
1414
log = "0.4.27"
1515
macaddr = { version = "1.0.1", features = ["serde"] }
16-
postcard = { version = "1.0.8", default-features = false, features = ["alloc"] }
16+
postcard = { version = "1.1.2", default-features = false, features = ["alloc"] }
1717
serde = "1.0.219"
1818
serde_derive = "1.0.193"
1919
serde_yaml = "0.9"
@@ -22,7 +22,7 @@ serde_json = "1.0.140"
2222
hostfile = "1.1.1"
2323
hex = "0.4.3"
2424
axum = "0.7.2"
25-
tower-http = { version = "0.6.1", features = ["fs", "compression-gzip", "auth", "trace"] }
25+
tower-http = { version = "0.6.6", features = ["fs", "compression-gzip", "auth", "trace"] }
2626
bytes = "1.5.0"
2727
http-body-util = "0.1.3"
2828
futures = "0.3.30"

0 commit comments

Comments
 (0)