aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-15 10:20:40 +0100
committerGitHub <noreply@github.com>2024-07-15 10:20:40 +0100
commit6592b87aada6c0238fa880ef0a48f0a43e69f475 (patch)
tree2027366fdd169858cb5f12117b96d221f2794000 /crates
parentchore(deps): bump thiserror from 1.0.61 to 1.0.62 (#2258) (diff)
downloadatuin-6592b87aada6c0238fa880ef0a48f0a43e69f475.zip
chore(deps): bump tracing-tree from 0.3.1 to 0.4.0 (#2259)
Bumps [tracing-tree](https://github.com/davidbarsky/tracing-tree) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/davidbarsky/tracing-tree/releases) - [Commits](https://github.com/davidbarsky/tracing-tree/commits/v0.4.0) --- updated-dependencies: - dependency-name: tracing-tree dependency-type: direct:production update-type: version-update:semver-minor ... 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-history/Cargo.toml2
-rw-r--r--crates/atuin/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml
index 2ed0e1a5..7f6640a8 100644
--- a/crates/atuin-history/Cargo.toml
+++ b/crates/atuin-history/Cargo.toml
@@ -41,7 +41,7 @@ unicode-segmentation = "1.11.0"
sysinfo = "0.30.7"
[dev-dependencies]
-tracing-tree = "0.3"
+tracing-tree = "0.4"
divan = "0.1.14"
rand = { workspace = true }
diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml
index fa1cadd9..c8609006 100644
--- a/crates/atuin/Cargo.toml
+++ b/crates/atuin/Cargo.toml
@@ -93,4 +93,4 @@ arboard = { version = "3.4", optional = true }
arboard = { version = "3.4", optional = true, features = ["wayland-data-control"] }
[dev-dependencies]
-tracing-tree = "0.3"
+tracing-tree = "0.4"