From b0687378fd981e23c9da423241013c583b8a05a4 Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Wed, 7 Jun 2023 16:03:33 -0700 Subject: [PATCH] Update dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d0d04c68..b72d432b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,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.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 } zopfli = { version = "0.7.4", optional = true } @@ -35,9 +35,9 @@ arbitrary = { version = "1.3.0", features = ["derive"] } [dev-dependencies] bencher = "0.1.5" -getrandom = { version = "0.2.9", features = ["js"] } +getrandom = { version = "0.2.10", features = ["js"] } walkdir = "2.3.3" -time = { version = "0.3.21", features = ["formatting", "macros"] } +time = { version = "0.3.22", features = ["formatting", "macros"] } [features] aes-crypto = [ "aes", "constant_time_eq", "hmac", "pbkdf2", "sha1" ]