Skip to content

Commit 824f853

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

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
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

Cargo.lock

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

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ liboverdrop = "0.1.0"
3030
libsystemd = "0.7"
3131
openssl = "^0.10.64"
3232
# TODO drop this in favor of rustix
33-
nix = { version = "0.28", features = ["ioctl", "sched"] }
33+
nix = { version = "0.29", features = ["ioctl", "sched"] }
3434
regex = "1.10.4"
3535
rustix = { "version" = "0.38.34", features = ["thread", "fs", "system", "process"] }
3636
schemars = { version = "0.8.17", features = ["chrono"] }

0 commit comments

Comments
 (0)