Skip to content

Commit

Permalink
chore: bumping dependencies (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Oct 5, 2023
1 parent be2f5c6 commit 6cef0f3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 77 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
- name: Run cargo-tarpaulin
uses: actions-rs/[email protected]
with:
version: 0.16.0
args: "-- --test-threads 1"
version: 0.21.0
args: "--skip-clean -- --test-threads 1"

- name: Codecov
uses: codecov/codecov-action@v3
Expand Down
91 changes: 17 additions & 74 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ indexmap = { version = "2.0", features = ["serde"] }
itertools = "0.11"
lazy_static = "1.4"
log = "0.4"
mehari = "0.7"
mehari = "0.8"
multimap = "0.9"
procfs = "0.15"
prost = "0.12"
Expand Down

0 comments on commit 6cef0f3

Please sign in to comment.