Skip to content

Commit a57f43a

Browse files
fix(deps): update all dependencies
Signed-off-by: Platform Engineering Bot <[email protected]>
1 parent 1518855 commit a57f43a

File tree

5 files changed

+62
-31
lines changed

5 files changed

+62
-31
lines changed

Cargo.lock

+49-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blockdev/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde_json = { workspace = true }
1919
tracing = { workspace = true }
2020

2121
[dev-dependencies]
22-
indoc = "2.0.5"
22+
indoc = "=2.0.5"
2323

2424
[lib]
2525
path = "src/blockdev.rs"

ostree-ext/.github/workflows/rust.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Code lints
2626
run: ./ci/lints.sh
2727
- name: Install deps
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
4949
steps:
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v4
5151
- name: Install deps
5252
run: ./ci/installdeps.sh
5353
- name: Cache Dependencies
@@ -67,7 +67,7 @@ jobs:
6767
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
6868
steps:
6969
- name: Checkout repository
70-
uses: actions/checkout@v3
70+
uses: actions/checkout@v4
7171
- name: Install deps
7272
run: ./ci/installdeps.sh
7373
- name: Detect crate MSRV
@@ -91,8 +91,8 @@ jobs:
9191
cargo-deny:
9292
runs-on: ubuntu-latest
9393
steps:
94-
- uses: actions/checkout@v3
95-
- uses: EmbarkStudios/cargo-deny-action@v1
94+
- uses: actions/checkout@v4
95+
- uses: EmbarkStudios/cargo-deny-action@v2
9696
with:
9797
log-level: warn
9898
command: check bans sources licenses
@@ -103,7 +103,7 @@ jobs:
103103
container: quay.io/fedora/fedora-coreos:testing-devel
104104
steps:
105105
- name: Checkout repository
106-
uses: actions/checkout@v3
106+
uses: actions/checkout@v4
107107
- name: Download ostree-ext-cli
108108
uses: actions/[email protected]
109109
with:
@@ -119,7 +119,7 @@ jobs:
119119
container: quay.io/fedora/fedora-coreos:testing-devel
120120
steps:
121121
- name: Checkout repository
122-
uses: actions/checkout@v3
122+
uses: actions/checkout@v4
123123
- name: Download ostree-ext-cli
124124
uses: actions/[email protected]
125125
with:
@@ -133,7 +133,7 @@ jobs:
133133
needs: build
134134
runs-on: ubuntu-latest
135135
container:
136-
image: quay.io/fedora/fedora-bootc:41
136+
image: quay.io/fedora/fedora-bootc:43
137137
options: "--privileged --pid=host -v /var/tmp:/var/tmp -v /run/dbus:/run/dbus -v /run/systemd:/run/systemd -v /:/run/host"
138138
steps:
139139
- name: Checkout repository
@@ -152,9 +152,9 @@ jobs:
152152
runs-on: ubuntu-latest
153153
steps:
154154
- name: Checkout repository
155-
uses: actions/checkout@v3
155+
uses: actions/checkout@v4
156156
- name: Checkout coreos-layering-examples
157-
uses: actions/checkout@v3
157+
uses: actions/checkout@v4
158158
with:
159159
repository: coreos/coreos-layering-examples
160160
path: coreos-layering-examples

ostree-ext/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ xshell = { version = "0.2", optional = true }
5757
similar-asserts = { version = "1.5.0", optional = true }
5858

5959
[dev-dependencies]
60-
quickcheck = "1"
60+
quickcheck = "=1.0.3"
6161
# https://github.com/rust-lang/cargo/issues/2911
6262
# https://github.com/rust-lang/rfcs/pull/1956
6363
ostree-ext = { path = ".", features = ["internal-testing-api"] }

xtask/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fn-error-context = { workspace = true }
1919
tar = "0.4"
2020
toml = "0.8"
2121
tempfile = { workspace = true }
22-
mandown = "0.1.3"
22+
mandown = "1.0.0"
2323
xshell = { version = "0.2.6" }
2424

2525
[lints]

0 commit comments

Comments
 (0)