mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
chore: pin aes-gcm to fix cargo publish (#15084)
This commit is contained in:
parent
ef312e0050
commit
9d061c9e68
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ path = "lib.rs"
|
||||||
aes = "0.8.1"
|
aes = "0.8.1"
|
||||||
# TODO(@littledivy): Move to stable release
|
# TODO(@littledivy): Move to stable release
|
||||||
# https://github.com/RustCrypto/AEADs/issues/411
|
# https://github.com/RustCrypto/AEADs/issues/411
|
||||||
aes-gcm = "0.10.0-pre"
|
aes-gcm = "=0.10.0-pre"
|
||||||
aes-kw = { version = "0.2.1", features = ["alloc"] }
|
aes-kw = { version = "0.2.1", features = ["alloc"] }
|
||||||
base64 = "0.13.0"
|
base64 = "0.13.0"
|
||||||
block-modes = "0.9.1"
|
block-modes = "0.9.1"
|
||||||
|
|
Loading…
Reference in a new issue