Skip to content

fix(deps): update all dependencies #894

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blockdev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde_json = { workspace = true }
tracing = { workspace = true }

[dev-dependencies]
indoc = "2.0.5"
indoc = "=2.0.5"

[lib]
path = "src/blockdev.rs"
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ linkme = "0.3"
openssl = { workspace = true }
regex = "1.10.4"
rustix = { workspace = true }
schemars = { version = "0.8.17", features = ["chrono"] }
schemars = { version = "0.9.0", features = ["chrono"] }
serde = { workspace = true, features = ["derive"] }
serde_ignored = "0.1.10"
serde_json = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mount/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = { workspace = true, features = ["derive"] }
tracing = { workspace = true }

[dev-dependencies]
indoc = "2.0.5"
indoc = "=2.0.5"

[lib]
path = "src/mount.rs"
28 changes: 14 additions & 14 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,9 +103,9 @@ 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/download-artifact@v4.1.8
uses: actions/download-artifact@v4.3.0
with:
name: ostree-ext-cli
- name: Install
Expand All @@ -119,9 +119,9 @@ 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/download-artifact@v4.1.8
uses: actions/download-artifact@v4.3.0
with:
name: ostree-ext-cli
- name: Install
Expand All @@ -133,13 +133,13 @@ jobs:
needs: build
runs-on: ubuntu-latest
container:
image: quay.io/fedora/fedora-bootc:41
image: quay.io/fedora/fedora-bootc:43
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@v4
- name: Download
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4.3.0
with:
name: ostree-ext-cli
- name: Install
Expand All @@ -152,14 +152,14 @@ 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
- name: Download
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4.3.0
with:
name: ostree-ext-cli
- name: Integration tests
Expand Down
2 changes: 1 addition & 1 deletion ostree-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ xshell = { version = "0.2", optional = true }
similar-asserts = { version = "1.5.0", optional = true }

[dev-dependencies]
quickcheck = "1"
quickcheck = "=1.0.3"
# https://github.com/rust-lang/cargo/issues/2911
# https://github.com/rust-lang/rfcs/pull/1956
ostree-ext = { path = ".", features = ["internal-testing-api"] }
Expand Down
2 changes: 1 addition & 1 deletion system-reinstall-bootc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde_yaml = "0.9.22"
tempfile = { workspace = true }
tracing = { workspace = true }
uzers = "0.12.1"
which = "7.0.2"
which = "8.0.0"

[lints]
workspace = true
4 changes: 2 additions & 2 deletions tests-integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ clap = { workspace = true, features = ["derive","cargo"] }
fn-error-context = { workspace = true }
indoc = { workspace = true }
libtest-mimic = "0.8.0"
oci-spec = "0.7.0"
rexpect = "0.5"
oci-spec = "0.8.0"
rexpect = "0.6"
rustix = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn-error-context = { workspace = true }
tar = "0.4"
toml = "0.8"
tempfile = { workspace = true }
mandown = "0.1.3"
mandown = "1.0.0"
xshell = { version = "0.2.6" }

[lints]
Expand Down
Loading