From 688bc5177951ce01d22395a1aa8ed7d43d23d73e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 26 Mar 2023 00:28:29 -0400 Subject: bump deps --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d0b36d0..bc0ab09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,14 +16,14 @@ maintenance = { status = "experimental" } [dependencies] chrono = "0.4" -clap = "2.30" -git2 = "0.6" -hostname = "0.1" -regex = "0.2" -term = "0.5" +clap = { version = "4.1", features = ["wrap_help", "cargo"] } +git2 = "0.16" +hostname = "0.3" +regex = "1.7" +term = "0.7" term_size = "0.3" -users = "0.6" -walkdir = "2.1" +users = "0.11" +walkdir = "2.3" [features] verbose = [] -- cgit v1.2.3-54-g00ecf