summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-04 15:32:08 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-04 15:34:41 +0000
commit1f5af5bec652d5fd4242852aba0f7214af66d902 (patch)
treef258b8ee276aadd2dcee4f71bcaa2467d7a4ced8 /Cargo.toml
parent0bd6e0c198e7e0a370f4e12691e2b7ff7d0f835e (diff)
deps(crates): bump log from 0.4.20 to 0.4.21
Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.20...0.4.21) --- updated-dependencies: - dependency-name: log 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 dab40ec..9fd88f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ dotenvy = "0.15.7"
env_logger = "0.11.2"
eyre = "0.6.12"
include_dir = "0.7.3"
-log = "0.4.20"
+log = "0.4.21"
poise = "0.6.1"
once_cell = "1.19.0"
owo-colors = "4.0.0"