aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli/Cargo.toml
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2021-10-30 20:35:08 +0100
committerGitHub <[email protected]>2021-10-30 20:35:08 +0100
commit5a1ac81d14b04af4e5f66cf78565e955971fcb2f (patch)
tree208cefba24a5e5872e1324acda6a9e535d6b6942 /dotup_cli/Cargo.toml
parentba00227cc39a6619c67167b00628f2c26e8a42ae (diff)
parent5b03ea9011a662fbfc4097a6b280f69348c235c8 (diff)
Merge pull request #7 from diogo464/dependabot/cargo/flexi_logger-0.19.5
Bump flexi_logger from 0.18.0 to 0.19.5
Diffstat (limited to 'dotup_cli/Cargo.toml')
-rw-r--r--dotup_cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotup_cli/Cargo.toml b/dotup_cli/Cargo.toml
index 8fdda0e..9ae6beb 100644
--- a/dotup_cli/Cargo.toml
+++ b/dotup_cli/Cargo.toml
@@ -18,7 +18,7 @@ path = "../dotup"
18 18
19[dependencies.flexi_logger] 19[dependencies.flexi_logger]
20features = ["colors"] 20features = ["colors"]
21version = "0.18" 21version = "0.19"
22 22
23[dev-dependencies] 23[dev-dependencies]
24tempfile = "3.2" 24tempfile = "3.2"