Skip to content

Commit 39d68e2

Browse files
dependabot[bot]Virv12
authored andcommitted
Bump the patches group across 3 directories with 5 updates
Bumps the patches group with 4 updates in the /pixie-server directory: [clap](https://github.com/clap-rs/clap), [postcard](https://github.com/jamesmunns/postcard), [serde_json](https://github.com/serde-rs/json) and [anstyle](https://github.com/rust-cli/anstyle). Bumps the patches group with 3 updates in the /pixie-uefi directory: [postcard](https://github.com/jamesmunns/postcard), [lz4_flex](https://github.com/pseitz/lz4_flex) and [anstyle](https://github.com/rust-cli/anstyle). Bumps the patches group with 1 update in the /pixie-web directory: [serde_json](https://github.com/serde-rs/json). Updates `clap` from 4.5.40 to 4.5.42 - [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.40...clap_complete-v4.5.42) Updates `postcard` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/jamesmunns/postcard/releases) - [Commits](jamesmunns/postcard@postcard/v1.1.2...postcard/v1.1.3) Updates `serde_json` from 1.0.140 to 1.0.142 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.142) Updates `anstyle` from 1.0.10 to 1.0.11 - [Commits](rust-cli/anstyle@v1.0.10...v1.0.11) Updates `postcard` from 1.1.1 to 1.1.3 - [Release notes](https://github.com/jamesmunns/postcard/releases) - [Commits](jamesmunns/postcard@postcard/v1.1.2...postcard/v1.1.3) Updates `lz4_flex` from 0.11.3 to 0.11.5 - [Release notes](https://github.com/pseitz/lz4_flex/releases) - [Changelog](https://github.com/PSeitz/lz4_flex/blob/main/CHANGELOG.md) - [Commits](https://github.com/pseitz/lz4_flex/commits/0.11.5) Updates `anstyle` from 1.0.10 to 1.0.11 - [Commits](rust-cli/anstyle@v1.0.10...v1.0.11) Updates `serde_json` from 1.0.140 to 1.0.142 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.142) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: postcard dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: anstyle dependency-version: 1.0.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patches - dependency-name: postcard dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: lz4_flex dependency-version: 0.11.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: anstyle dependency-version: 1.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eda5ca0 commit 39d68e2

6 files changed

Lines changed: 32 additions & 29 deletions

File tree

pixie-server/Cargo.lock

Lines changed: 12 additions & 12 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ version = "0.1.0"
66
[dependencies]
77
anyhow = "1.0.98"
88
blake3 = "1.8.2"
9-
clap = { version = "4.5.40", features = ["derive"] }
9+
clap = { version = "4.5.42", 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"] }
1313
libc = "0.2.174"
1414
log = "0.4.27"
1515
macaddr = { version = "1.0.1", features = ["serde"] }
16-
postcard = { version = "1.1.2", default-features = false, features = ["alloc"] }
16+
postcard = { version = "1.1.3", default-features = false, features = ["alloc"] }
1717
serde = "1.0.219"
1818
serde_derive = "1.0.193"
1919
serde_yaml = "0.9"
2020
tokio = { version = "1.44.2", features = ["macros", "fs", "rt-multi-thread", "sync", "signal"] }
21-
serde_json = "1.0.140"
21+
serde_json = "1.0.142"
2222
hostfile = "1.1.1"
2323
hex = "0.4.3"
2424
axum = "0.7.2"

pixie-uefi/Cargo.lock

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

pixie-uefi/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ test = false
1010
bench = false
1111

1212
[dependencies]
13-
anstyle = { version = "1.0.10", default-features = false }
13+
anstyle = { version = "1.0.11", default-features = false }
1414
blake3 = { version = "1.8.2", default-features = false, features = ["prefer_intrinsics", "no_avx512", "pure"] }
1515
core_detect = "1.0.0"
1616
futures = { version = "0.3.29", default-features = false, features = ["alloc", "async-await"] }
1717
gpt_disk_io = "0.16.2"
1818
log = "0.4.27"
19-
lz4_flex = { version = "0.11.3", default-features = false }
19+
lz4_flex = { version = "0.11.5", default-features = false }
2020
managed = { version = "0.8.0", default-features = false, features = ["alloc"] }
21-
postcard = { version = "1.0.8", default-features = false, features = ["alloc"] }
21+
postcard = { version = "1.1.3", default-features = false, features = ["alloc"] }
2222
rand = { version = "0.8.5", default-features = false }
2323
rand_xoshiro = { version = "0.6.0", default-features = false }
2424
smoltcp = { version = "0.12.0", default-features = false, features = ["alloc", "proto-ipv4", "medium-ethernet", "socket-udp", "socket-tcp", "socket-dhcpv4", "async", "socket-tcp-cubic"] }

pixie-web/Cargo.lock

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

pixie-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ log = "0.4.27"
1919
#macaddr = "1.0.1"
2020
pixie-shared = { version = "0.1.0", path = "../pixie-shared", features = ["macaddr", "std"] }
2121
reqwest = { version = "0.12.22", default-features = false, features = ["stream"] }
22-
serde_json = "1.0.140"
22+
serde_json = "1.0.142"
2323
thaw = { version = "0.3.4", features = ["csr"] }
2424

2525
[profile.release]

0 commit comments

Comments
 (0)