summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-22 15:12:33 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-22 15:15:35 +0000
commiteb6c7f245d5f7a4d27792ad38ad1d9ba6b1c7e77 (patch)
treeb5dd3c9cbac124fc06f5561e096b25e26d4e80f9 /Cargo.toml
parent18f24820325a6fb26f42b577b4bc19910db29163 (diff)
deps(crates): bump env_logger from 0.10.1 to 0.11.0
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.1 to 0.11.0. - [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.1...v0.11.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
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 d251c7c..2ac2b8a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ build = "build.rs"
bottomify = "1.2.0"
color-eyre = "0.6.2"
dotenvy = "0.15.7"
-env_logger = "0.10.0"
+env_logger = "0.11.0"
include_dir = "0.7.3"
log = "0.4.20"
poise = "0.6.1"