diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17,7 +17,7 @@ unsafe_code = "forbid" missing_docs = "warn" [dependencies] -anyhow = "1.0.102" +anyhow = "1.0.103" clap = { version = "4.6.1", features = [ "derive", "unstable-markdown", @@ -25,7 +25,7 @@ clap = { version = "4.6.1", features = [ "string", ] } color-print = "0.3.7" -humantime = "2.3.0" +humantime = "2.4.0" nix = { version = "0.31.3", features = ["signal"] } tempfile = "3.27.0" tokio = { version = "1.52.3", features = [ @@ -49,7 +49,7 @@ predicates = "3.1.4" testresult = "0.4.1" [build-dependencies] -vergen-gitcl = "10.0.0" +vergen-gitcl = "10.0.1" [[bin]] name = "temp-postgres" |