diff --git a/Cargo.toml b/Cargo.toml index 5a5872d..e10fb89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,8 +26,8 @@ blake2 = "0.10.6" built = { version = "0.7", features = ["chrono", "semver"] } chrono = "0.4.24" clap = { version = "4.1.1", features = ["derive", "cargo"] } -const_format = "0.2.32" const-hex = "1.12.0" +const_format = "0.2.32" enumflags2 = "0.7.7" futures = "0.3.25" garde = { version = "0.20.0", features = ["full"] }