Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Platform Engineering Bot <[email protected]>
  • Loading branch information
platform-engineering-bot committed Nov 27, 2024
1 parent fb8c1e9 commit 27d15d8
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 96 deletions.
98 changes: 16 additions & 82 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ostree-ext/.github/workflows/bootc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
container: quay.io/centos/centos:stream9
steps:
- run: dnf -y install git-core
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: containers/bootc
path: bootc
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: ostree-rs-ext
- name: Patch bootc to use ostree-rs-ext
Expand Down
22 changes: 11 additions & 11 deletions ostree-ext/.github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Code lints
run: ./ci/lints.sh
- name: Install deps
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install deps
run: ./ci/installdeps.sh
- name: Cache Dependencies
Expand All @@ -67,7 +67,7 @@ jobs:
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install deps
run: ./ci/installdeps.sh
- name: Detect crate MSRV
Expand All @@ -91,8 +91,8 @@ jobs:
cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v2
with:
log-level: warn
command: check bans sources licenses
Expand All @@ -103,7 +103,7 @@ jobs:
container: quay.io/fedora/fedora-coreos:testing-devel
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download ostree-ext-cli
uses: actions/[email protected]
with:
Expand All @@ -119,7 +119,7 @@ jobs:
container: quay.io/fedora/fedora-coreos:testing-devel
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download ostree-ext-cli
uses: actions/[email protected]
with:
Expand All @@ -137,7 +137,7 @@ jobs:
options: "--privileged --pid=host -v /var/tmp:/var/tmp -v /run/dbus:/run/dbus -v /run/systemd:/run/systemd -v /:/run/host"
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download
uses: actions/[email protected]
with:
Expand All @@ -151,7 +151,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
container:
image: quay.io/fedora/fedora-bootc:41
image: quay.io/fedora/fedora-bootc:42
options: "--privileged --pid=host -v /var/tmp:/var/tmp -v /run/dbus:/run/dbus -v /run/systemd:/run/systemd -v /:/run/host"
steps:
- name: Checkout repository
Expand All @@ -170,9 +170,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout coreos-layering-examples
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: coreos/coreos-layering-examples
path: coreos-layering-examples
Expand Down
2 changes: 1 addition & 1 deletion ostree-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tar = "0.4.43"
tempfile = { workspace = true }
terminal_size = "0.3"
terminal_size = "0.4"
tokio = { workspace = true, features = ["io-std", "time", "process", "rt", "net"] }
tokio-util = { workspace = true }
tokio-stream = { features = ["sync"], version = "0.1.8" }
Expand Down

0 comments on commit 27d15d8

Please sign in to comment.