summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2026-07-07 12:06:30 +0200
committerStefan Kreutz <mail@skreutz.com>2026-07-07 12:06:30 +0200
commit8aab2066b7c2183c600a959fe4440ecabe2fb0ed (patch)
tree342c22796b14478fdfc7cb1e204a39bb2d9210ee /Cargo.toml
parentdd57f9014601ef8c6d221459f47a57117a3b2c0e (diff)
downloadtemp-postgres-8aab2066b7c2183c600a959fe4440ecabe2fb0ed.tar.gz
Update Rust dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 11013d5..daafe8c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
Generated by cgit. See skreutz.com for my tech blog and contact information.