Skip to content

Commit a29bee3

Browse files
chore(deps): update all dependencies
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
1 parent 4e74262 commit a29bee3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo `pwd`/mdbook-linkcheck >> $GITHUB_PATH
4646
- name: Setup Pages
4747
id: pages
48-
uses: actions/configure-pages@v4
48+
uses: actions/configure-pages@v5
4949
- name: Build with mdBook
5050
run: cd docs && mdbook-mermaid install && mdbook build
5151
- name: Upload artifact

lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ clap_mangen = { version = "0.2.20", optional = true }
2323
cap-std-ext = "4"
2424
hex = "^0.4.3"
2525
fn-error-context = "0.2.1"
26-
gvariant = "0.4.0"
26+
gvariant = "0.5.0"
2727
indicatif = "0.17.8"
2828
libc = "^0.2.154"
2929
liboverdrop = "0.1.0"
3030
libsystemd = "0.7"
3131
once_cell = "1.19"
3232
openssl = "^0.10.64"
3333
# TODO drop this in favor of rustix
34-
nix = { version = "0.28", features = ["ioctl", "sched"] }
34+
nix = { version = "0.29", features = ["ioctl", "sched"] }
3535
regex = "1.10.4"
3636
rustix = { "version" = "0.38.34", features = ["thread", "fs", "system", "process"] }
3737
schemars = { version = "0.8.17", features = ["chrono"] }

0 commit comments

Comments
 (0)