summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-10 01:22:18 -0400
committerGitHub <[email protected]>2024-08-10 01:22:18 -0400
commit81ab1b309a6c9b24099e948db3e1686b35fa968b (patch)
tree90a4c7093c6b44790824a9027562a2417360049f /Cargo.toml
parentb643a6a235b0c1c9902b97421f24eff2b0d0a5ac (diff)
crates: bump env_logger from 0.11.3 to 0.11.5 (#216)
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.3 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.11.3...v0.11.5) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8406b6e..f396d9b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ repository = "https://github.com/getchoo/teawieBot"
bottomify = "1.2.0"
color-eyre = "0.6.3"
dotenvy = "0.15.7"
-env_logger = "0.11.3"
+env_logger = "0.11.5"
eyre = { version = "0.6.12", default-features = false, features = [
"auto-install",
"track-caller",