Skip to content

Commit 09c4a8d

Browse files
Merge remote-tracking branch 'upstream/master' into patch-async
# Conflicts: # Cargo.toml
2 parents b0ee578 + 8bdc86f commit 09c4a8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ categories = ["embedded", "no-std", "network-programming"]
1111
readme = "README.md"
1212

1313
[dependencies]
14+
sha1 = { version = "0.10.1", default-features = false }
15+
heapless = "0.7.14"
1416
async-trait = { version = "0.1.56", optional = true }
1517
base64 = { version = "0.13.0", default-features = false }
1618
base64-simd = { version = "0.5.0", default-features = false, optional = true }
@@ -19,7 +21,7 @@ cfg-if = "1.0.0"
1921
heapless = "0.7.14"
2022
httparse = { version = "1.7.1", default-features = false }
2123
rand_core = "0.6.3"
22-
sha1 = "0.10.1"
24+
base64 = { version = "0.13.0", default-features = false }
2325

2426
[dev-dependencies]
2527
async-std = { version = "1.12.0", features = ["attributes"] }

0 commit comments

Comments
 (0)