Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 9fd8a71

Browse files
committed
📌 dependencies' version fully explicit
1 parent 5d7a92e commit 9fd8a71

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-find"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["David Bernard <david.bernard.31@gmail.com>"]
55
description = "A tool (cli & lib) to find local git repositories."
66
readme = "README.md"
@@ -17,15 +17,15 @@ repository = "davidB/git-find"
1717
repository = "davidB/git-find"
1818

1919
[dependencies]
20-
slog = { version= "^2.2", features = ["max_level_trace", "release_max_level_warn"] }
21-
slog-async = "^2.3"
22-
slog-term = "^2.4"
23-
walkdir = "2"
24-
gtmpl = "^0.5"
25-
gtmpl_derive = "^0.3"
26-
gtmpl_value= "^0.3"
27-
structopt = "0.2"
28-
git2 = { version = "^0.7", features = [], default-features = false }
20+
slog = { version= "2.2.3", features = ["max_level_trace", "release_max_level_warn"] }
21+
slog-async = "2.3.0"
22+
slog-term = "2.4.0"
23+
walkdir = "2.1.4"
24+
gtmpl = "0.5.2"
25+
gtmpl_derive = "0.3.1"
26+
gtmpl_value= "0.3.1"
27+
structopt = "0.2.10"
28+
git2 = { version = "0.7.2", features = [], default-features = false }
2929
regex = "1.0.1"
3030

3131
[dev-dependencies]

0 commit comments

Comments
 (0)