Skip to content

Commit

Permalink
Bump sha2 from 0.10.7 to 0.10.8 (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 5, 2023
1 parent a82c87c commit 0978d15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -34,7 +34,7 @@ pic8259 = "0.10.3"
rand = { version = "0.8.5", default-features = false }
rand_hc = "0.3.1"
raw-cpuid = "11.0.1"
sha2 = { version = "0.10.7", default-features = false, features = ["force-soft"] }
sha2 = { version = "0.10.8", default-features = false, features = ["force-soft"] }
smoltcp = { version = "0.10.0", default-features = false, features = ["alloc", "medium-ethernet", "socket-tcp", "socket-udp", "socket-dhcpv4", "proto-ipv4", "proto-dhcpv4"] }
spin = "0.9.8"
time = { version = "0.2.27", default-features = false }
Expand Down

0 comments on commit 0978d15

Please sign in to comment.