diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-04 15:32:08 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-04 15:34:41 +0000 |
| commit | 1f5af5bec652d5fd4242852aba0f7214af66d902 (patch) | |
| tree | f258b8ee276aadd2dcee4f71bcaa2467d7a4ced8 | |
| parent | 0bd6e0c198e7e0a370f4e12691e2b7ff7d0f835e (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]>
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -971,9 +971,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "memchr" @@ -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" |
