Update dependencies: chrono
and time
This commit is contained in:
parent
aafd7868fc
commit
1184ba4491
1 changed files with 3 additions and 3 deletions
|
@ -21,14 +21,14 @@ exclude = ["tests/**", "examples/**", ".github/**", "fuzz/**"]
|
||||||
aes = { version = "0.8.4", optional = true }
|
aes = { version = "0.8.4", optional = true }
|
||||||
byteorder = "1.5.0"
|
byteorder = "1.5.0"
|
||||||
bzip2 = { version = "0.4.4", optional = true }
|
bzip2 = { version = "0.4.4", optional = true }
|
||||||
chrono = { version = "0.4.37", optional = true }
|
chrono = { version = "0.4.38", optional = true }
|
||||||
constant_time_eq = { version = "0.3.0", optional = true }
|
constant_time_eq = { version = "0.3.0", optional = true }
|
||||||
crc32fast = "1.4.0"
|
crc32fast = "1.4.0"
|
||||||
flate2 = { version = "1.0.28", default-features = false, optional = true }
|
flate2 = { version = "1.0.28", 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.2", optional = true }
|
pbkdf2 = { version = "0.12.2", optional = true }
|
||||||
sha1 = { version = "0.10.6", optional = true }
|
sha1 = { version = "0.10.6", optional = true }
|
||||||
time = { version = "0.3.34", optional = true, default-features = false, features = [
|
time = { version = "0.3.36", optional = true, default-features = false, features = [
|
||||||
"std",
|
"std",
|
||||||
] }
|
] }
|
||||||
zstd = { version = "0.13.1", optional = true, default-features = false }
|
zstd = { version = "0.13.1", optional = true, default-features = false }
|
||||||
|
@ -46,7 +46,7 @@ arbitrary = { version = "1.3.2", features = ["derive"] }
|
||||||
bencher = "0.1.5"
|
bencher = "0.1.5"
|
||||||
getrandom = { version = "0.2.14", features = ["js"] }
|
getrandom = { version = "0.2.14", features = ["js"] }
|
||||||
walkdir = "2.5.0"
|
walkdir = "2.5.0"
|
||||||
time = { version = "0.3.34", features = ["formatting", "macros"] }
|
time = { version = "0.3.36", features = ["formatting", "macros"] }
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
[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