Skip to content

Commit

Permalink
build(deps): update dtoa requirement from 0.4 to 1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [dtoa](https://github.com/dtolnay/dtoa) to permit the latest version.
- [Release notes](https://github.com/dtolnay/dtoa/releases)
- [Commits](dtolnay/dtoa@0.4.0...1.0.1)

---
updated-dependencies:
- dependency-name: dtoa
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 19, 2021
1 parent ce41d39 commit 85d685f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ documentation = "https://docs.rs/open-metrics-client"
members = ["derive-text-encode"]

[dependencies]
dtoa = "0.4"
dtoa = "1.0"
itoa = "1.0"
owning_ref = "0.4"
open-metrics-client-derive-text-encode = { version = "0.1.1", path = "derive-text-encode" }
Expand Down

0 comments on commit 85d685f

Please sign in to comment.