Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Sep 4, 2024
1 parent a10c140 commit db10abd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
24 changes: 15 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 @@ -159,7 +159,7 @@ lint-smart-contracts:

.PHONY: audit-rs
audit-rs:
$(CARGO) audit --ignore RUSTSEC-2024-0344
$(CARGO) audit --ignore RUSTSEC-2024-0344 --ignore RUSTSEC-2024-0367

.PHONY: audit-as
audit-as:
Expand Down
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bincode = { version = "1.3.1", optional = true }
blake2 = { version = "0.9.0", default-features = false }
datasize = { version = "0.2.15", optional = true }
derp = { version = "0.0.14", optional = true }
ed25519-dalek = { version = "2.1.1", default-features = false, features = ["alloc", "zeroize"] }
ed25519-dalek = { version = "2.0.0", default-features = false, features = ["alloc", "zeroize"] }
getrandom = { version = "0.2.0", features = ["rdrand", "js"], optional = true }
hex = { version = "0.4.2", default-features = false, features = ["alloc"] }
hex_fmt = "0.3.0"
Expand Down

0 comments on commit db10abd

Please sign in to comment.