summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-23 15:56:51 +0000
committerGitHub <[email protected]>2024-12-23 15:56:51 +0000
commit31a4ce743a6f5369bff5e4e7d8174e0e69c1a43e (patch)
tree2069838d178d41356d519de0fad372452b47faff /Cargo.toml
parent426377759bf354754166be2b82b77b9ee64dd16a (diff)
crates: bump env_logger from 0.11.5 to 0.11.6dependabot/cargo/env_logger-0.11.6
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.5 to 0.11.6. - [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.5...v0.11.6) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch ... 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 473bd01..5768422 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ repository = "https://github.com/getchoo/chill"
anyhow = "1.0"
bottomify = "1.2.0"
dotenvy = "0.15.7"
-env_logger = "0.11.5"
+env_logger = "0.11.6"
log = "0.4.22"
poise = "0.6.1"
rand = "0.8.5"