diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2026-06-15 20:21:43 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2026-06-15 20:21:43 +0200 |
| commit | ab9aeac99dd9c50b82ca87f522f432ffb0062d43 (patch) | |
| tree | e6e5d03e6636091d9b7321fe9d71010cec9a48a4 /Cargo.toml | |
| parent | 3579f90401895f73bcc07da560908b892700316b (diff) | |
| download | temp-postgres-ab9aeac99dd9c50b82ca87f522f432ffb0062d43.tar.gz | |
Update Rust dependencies
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -26,9 +26,9 @@ clap = { version = "4.6.1", features = [ ] } color-print = "0.3.7" humantime = "2.3.0" -nix = { version = "0.31.2", features = ["signal"] } +nix = { version = "0.31.3", features = ["signal"] } tempfile = "3.27.0" -tokio = { version = "1.52.1", features = [ +tokio = { version = "1.52.3", features = [ "process", "rt", "macros", @@ -43,8 +43,8 @@ tracing-subscriber = "0.3.23" url = "2.5.8" [dev-dependencies] -assert_cmd = "2.2.1" -assert_fs = "1.1.3" +assert_cmd = "2.2.2" +assert_fs = "1.1.4" predicates = "3.1.4" testresult = "0.4.1" |