Skip to content

Commit

Permalink
update pelikan-net dependency in workspace root (#133)
Browse files Browse the repository at this point in the history
Update the pelikan-net version in the workspace root.

Fix cargo audit in CI.
  • Loading branch information
brayniac authored Aug 5, 2024
1 parent fdab344 commit 223bdb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,11 @@ jobs:
with:
shared-key: check-ubuntu-latest
save-if: false
- uses: baptiste0928/cargo-install@v1
- uses: baptiste0928/cargo-install@v3
with:
crate: cargo-audit
args: --locked
version: '0.21.0-pre.0'
locked: true
- run: |
cargo audit
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ nom = "7.1.3"
openssl = "0.10.66"
openssl-sys = "0.9.103"
parking_lot = "0.12.1"
pelikan-net = { path = "./src/net", version = "0.4.0" }
pelikan-net = { path = "./src/net", version = "0.4.1" }
phf = "0.11.2"
proc-macro2 = "1.0.69"
quote = "1.0.33"
Expand Down

0 comments on commit 223bdb5

Please sign in to comment.