Bump instant to 0.1.12. Closes #624

This commit is contained in:
ice_iix 2021-12-24 08:40:27 -08:00
parent af2342165d
commit faca0a7f1a
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ collision = "0.20.1"
rsa_public_encrypt_pkcs1 = "0.4.0"
structopt = "0.3.25"
clipboard = "0.5.0"
instant = "0.1.10"
instant = "0.1.12"
dirs = "4.0.0"
# clippy = "*"

View File

@ -15,7 +15,7 @@ byteorder = "1.4.3"
log = { version = "0.4.14", features = ["std"] }
flate2 = { version = "1.0.22", features = ["rust_backend"], default-features = false }
num-traits = "0.2.14"
instant = "0.1.10"
instant = "0.1.12"
[dependencies.steven_shared]
path = "../shared"