Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
4499: Update dependencies r=Fraser999 a=Fraser999

This updates `h2` and `shlex` as advised by [`RUSTSEC-2024-0003`](https://rustsec.org/advisories/RUSTSEC-2024-0003) and [`RUSTSEC-2024-0006`](https://rustsec.org/advisories/RUSTSEC-2024-0006) respectively.

Co-authored-by: Fraser Hutchison <[email protected]>
  • Loading branch information
casperlabs-bors-ng[bot] and Fraser999 authored Jan 24, 2024
2 parents 8ca9001 + eded9e9 commit edc4b45
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 11 deletions.
40 changes: 31 additions & 9 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 Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ lint-smart-contracts:

.PHONY: audit-rs
audit-rs:
$(CARGO) audit --ignore RUSTSEC-2022-0093
$(CARGO) audit

.PHONY: audit-as
audit-as:
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ serde-big-array = "0.3.0"
serde_bytes = "0.11.5"
serde_json = { version = "1", features = ["preserve_order"] }
serde_repr = "0.1.6"
shlex = "1.0.0"
shlex = "1.3.0"
signal-hook = "0.3.4"
signature = "1"
smallvec = { version = "1", features = ["serde"] }
Expand Down

0 comments on commit edc4b45

Please sign in to comment.