aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-05 14:11:15 +0100
committerGitHub <noreply@github.com>2024-08-05 14:11:15 +0100
commitfe9832997ace22aa393474714329f209c87a3416 (patch)
tree72efe90d20238236c4ea429779515ec85875c8e6 /crates
parentchore(deps): update to sqlx 0.8 (#2343) (diff)
downloadatuin-fe9832997ace22aa393474714329f209c87a3416.zip
chore(deps): bump env_logger from 0.11.3 to 0.11.5 (#2341)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'crates')
-rw-r--r--crates/atuin/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml
index f8d5c0b3..338d5b89 100644
--- a/crates/atuin/Cargo.toml
+++ b/crates/atuin/Cargo.toml
@@ -51,7 +51,7 @@ atuin-history = { path = "../atuin-history", version = "18.4.0-beta.3" }
atuin-daemon = { path = "../atuin-daemon", version = "18.4.0-beta.3", optional = true, default-features = false }
log = { workspace = true }
-env_logger = "0.11.2"
+env_logger = "0.11.5"
time = { workspace = true }
eyre = { workspace = true }
directories = { workspace = true }