From f9c1be00e1968600639ad8239b4b040cf3160576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:15:47 +0000 Subject: [PATCH] build(deps): Bump tiny-bench from 0.3.0 to 0.4.0 Bumps [tiny-bench](https://github.com/EmbarkStudios/tiny-bench) from 0.3.0 to 0.4.0. - [Changelog](https://github.com/EmbarkStudios/tiny-bench/blob/main/CHANGELOG.md) - [Commits](https://github.com/EmbarkStudios/tiny-bench/compare/0.3.0...0.4.0) --- updated-dependencies: - dependency-name: tiny-bench dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index addc741d..f63ad1f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5294,9 +5294,9 @@ dependencies = [ [[package]] name = "tiny-bench" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfda840d8557c12ecdde25485f7dc85152339a61b759f98d4f682e7cb5d75948" +checksum = "72b0a1b520125a81e27ea0dab5c8b070fdc24d93c62f1ae12da12aa60a6f1d3c" [[package]] name = "tinyvec" diff --git a/Cargo.toml b/Cargo.toml index 39edb296..edb4047b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ syntect = { version = "5.2", default-features = false, features = [ ] } tar = "0.4.40" thiserror = "1.0" -tiny-bench = "0.3" +tiny-bench = "0.4" tokio = { version = "^1.40.0", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["fmt"] }