Update dependencies
This commit is contained in:
parent
ab302b20b7
commit
bb85ef1de1
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ flate2 = { version = "1.0.26", default-features = false, optional = true }
|
|||
hmac = { version = "0.12.1", optional = true, features = ["reset"] }
|
||||
pbkdf2 = {version = "0.12.1", optional = true }
|
||||
sha1 = {version = "0.10.5", optional = true }
|
||||
time = { version = "0.3.20", optional = true, default-features = false, features = ["std"] }
|
||||
time = { version = "0.3.21", optional = true, default-features = false, features = ["std"] }
|
||||
zstd = { version = "0.12.3", optional = true }
|
||||
|
||||
[target.'cfg(any(all(target_arch = "arm", target_pointer_width = "32"), target_arch = "mips", target_arch = "powerpc"))'.dependencies]
|
||||
|
@ -35,7 +35,7 @@ arbitrary = { version = "1.3.0", features = ["derive"] }
|
|||
bencher = "0.1.5"
|
||||
getrandom = "0.2.9"
|
||||
walkdir = "2.3.3"
|
||||
time = { version = "0.3.20", features = ["formatting", "macros"] }
|
||||
time = { version = "0.3.21", features = ["formatting", "macros"] }
|
||||
|
||||
[features]
|
||||
aes-crypto = [ "aes", "constant_time_eq", "hmac", "pbkdf2", "sha1" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue