Skip to content

Commit 4c996d6

Browse files
Bump sha2 from 0.10.9 to 0.11.0 (#110)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c74e7c commit 4c996d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/mysql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ crc32fast = { version = "1.5", optional = true }
7171
rust_decimal = { version = "1.39", features = ["std"], optional = true }
7272
byteorder = { version = "1.5", optional = true }
7373
sha1 = { version = "0.10", optional = true }
74-
sha2 = { version = "0.10", optional = true }
74+
sha2 = { version = "0.11", optional = true }
7575
rsa = { version = "0.9", features = ["sha2"], optional = true }
7676
rand_core = { version = "0.6", features = ["getrandom"], optional = true }
7777
hex = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)