Skip to content

Commit 45297cd

Browse files
authored
minor: bump dependencies for hex and md5 crates (#188)
1 parent ebaeba0 commit 45297cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ serde = { version = "1.0", features = ["derive"] }
3333
serde_json = { version = "1.0", features = ["preserve_order"] }
3434
time = "0.1"
3535
linked-hash-map = "0.5"
36-
hex = "0.3"
37-
md5 = "0.6"
36+
hex = "0.4.2"
37+
md5 = "0.7.0"
3838
decimal = { version = "2.0.4", default_features = false, optional = true }
3939
base64 = "0.12.1"
4040

0 commit comments

Comments
 (0)