Update dependencies
This commit is contained in:
parent
52db1d03a6
commit
b0687378fd
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ flate2 = { version = "1.0.26", default-features = false, optional = true }
|
||||||
hmac = { version = "0.12.1", optional = true, features = ["reset"] }
|
hmac = { version = "0.12.1", optional = true, features = ["reset"] }
|
||||||
pbkdf2 = {version = "0.12.1", optional = true }
|
pbkdf2 = {version = "0.12.1", optional = true }
|
||||||
sha1 = {version = "0.10.5", optional = true }
|
sha1 = {version = "0.10.5", optional = true }
|
||||||
time = { version = "0.3.21", optional = true, default-features = false, features = ["std"] }
|
time = { version = "0.3.22", optional = true, default-features = false, features = ["std"] }
|
||||||
zstd = { version = "0.12.3", optional = true, default-features = false }
|
zstd = { version = "0.12.3", optional = true, default-features = false }
|
||||||
zopfli = { version = "0.7.4", optional = true }
|
zopfli = { version = "0.7.4", optional = true }
|
||||||
|
|
||||||
|
@ -35,9 +35,9 @@ arbitrary = { version = "1.3.0", features = ["derive"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
bencher = "0.1.5"
|
bencher = "0.1.5"
|
||||||
getrandom = { version = "0.2.9", features = ["js"] }
|
getrandom = { version = "0.2.10", features = ["js"] }
|
||||||
walkdir = "2.3.3"
|
walkdir = "2.3.3"
|
||||||
time = { version = "0.3.21", features = ["formatting", "macros"] }
|
time = { version = "0.3.22", features = ["formatting", "macros"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
aes-crypto = [ "aes", "constant_time_eq", "hmac", "pbkdf2", "sha1" ]
|
aes-crypto = [ "aes", "constant_time_eq", "hmac", "pbkdf2", "sha1" ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue