Skip to content

Commit

Permalink
fix: update to new default-net
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Mar 9, 2023
1 parent 9f2b486 commit e2584c0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 26 deletions.
38 changes: 19 additions & 19 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 @@ -20,7 +20,7 @@ bytes = "1"
clap = { version = "4", features = ["derive"], optional = true }
console = { version = "0.15.5", optional = true }
data-encoding = { version = "2.3.3", optional = true }
default-net = "0.12.0"
default-net = "0.13.0"
der = { version = "0.6", features = ["alloc", "derive"] }
derive_more = "0.99.17"
ed25519-dalek = { version = "1.0.1", features = ["serde"] }
Expand Down
6 changes: 0 additions & 6 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,3 @@ expression = "MIT AND ISC AND OpenSSL"
license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 },
]

[advisories]
ignore = [
# Waiting on /~https://github.com/shellrow/default-net/issues/19
"RUSTSEC-2022-0008",
]

0 comments on commit e2584c0

Please sign in to comment.