From d9abb298a978cb2c257ef68b1a8ceb2ad6d86a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 21:25:17 +0000 Subject: [PATCH] Bump num-format from 0.4.3 to 0.4.4 Bumps [num-format](https://github.com/bcmyers/num-format) from 0.4.3 to 0.4.4. - [Changelog](https://github.com/bcmyers/num-format/blob/main/CHANGELOG.md) - [Commits](https://github.com/bcmyers/num-format/compare/v0.4.3...v0.4.4) --- updated-dependencies: - dependency-name: num-format dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 996da89b..3991889e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1614,9 +1614,9 @@ dependencies = [ [[package]] name = "num-format" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54b862ff8df690cf089058c98b183676a7ed0f974cc08b426800093227cbff3b" +checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" dependencies = [ "arrayvec", "itoa 1.0.4", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 94176bbe..ea2c4775 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -35,7 +35,7 @@ uuid = { version = "0.8", features = ["v4"] } lazy_static = "1.4" serde = { version = "1.0", default-features = false, features = ["derive"] } criterion = "0.3" -num-format = "0.4.3" +num-format = "0.4.4" tempfile = "3.4.0" wasmparser = "0.101.0"