Skip to content

Commit

Permalink
Bump num-format from 0.4.3 to 0.4.4
Browse files Browse the repository at this point in the history
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](bcmyers/num-format@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent a1b03a4 commit d9abb29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit d9abb29

Please sign in to comment.