From aea19c7d7bec05663c80af5fdc5fb879924bda4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 22:33:24 +0000 Subject: [PATCH] build(deps): bump dtt from 0.0.5 to 0.0.6 Bumps [dtt](https://github.com/sebastienrousseau/dtt) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/sebastienrousseau/dtt/releases) - [Commits](https://github.com/sebastienrousseau/dtt/compare/v0.0.5...v0.0.6) --- updated-dependencies: - dependency-name: dtt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 176760c..4101837 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -915,7 +915,7 @@ dependencies = [ "assert_cmd", "bitflags", "criterion", - "dtt 0.0.5", + "dtt 0.0.6", "rand", "rlg 0.0.4", "serde", diff --git a/Cargo.toml b/Cargo.toml index fff5d21..bf8668c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ debug = true [dependencies] # Dependencies are only used for building. bitflags = "2.5.0" -dtt = "0.0.5" +dtt = "0.0.6" rand = "0.8.5" rlg = "0.0.4" serde = { version = "1.0.200", features = ["derive"] }