summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-01 10:33:06 +0000
committerGitHub <noreply@github.com>2024-11-01 10:33:06 +0000
commit0a4e63490912bddaccfdb580fced39a2297b59c4 (patch)
tree840125548f9b92d4f8412a77422a5bfd8e720b4d
parente824928b2f309a1c7a6b2744b7db01109bd09d89 (diff)
build(deps): bump env_logger from 0.10.2 to 0.11.5
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.2 to 0.11.5. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.10.2...v0.11.5) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock29
-rw-r--r--Cargo.toml2
2 files changed, 16 insertions, 15 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9de5eda..28671ee 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -389,16 +389,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
+name = "env_filter"
+version = "0.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
+dependencies = [
+ "log",
+ "regex",
+]
+
+[[package]]
name = "env_logger"
-version = "0.10.2"
+version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
+checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
dependencies = [
+ "anstream",
+ "anstyle",
+ "env_filter",
"humantime",
- "is-terminal",
"log",
- "regex",
- "termcolor",
]
[[package]]
@@ -1246,15 +1256,6 @@ dependencies = [
]
[[package]]
-name = "termcolor"
-version = "1.4.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
-dependencies = [
- "winapi-util",
-]
-
-[[package]]
name = "terminal_size"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index 60b568d..a5ed1f0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ clap = { version = "4", features = [ "cargo", "derive", "wrap_help" ] }
clap_complete = "4.5.7"
comma = "1.0.0"
dialoguer = "0.11.0"
-env_logger = "0.10.2"
+env_logger = "0.11.5"
getset = "0.1.2"
git2 = "0.19.0"
handlebars = "4.3.6"