diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-31 07:50:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-31 07:50:54 +0000 |
commit | 842c41b3aef5364873be1d3588b9973f3a83e8c6 (patch) | |
tree | 7cb6034bd82282b27e9388af074f5326b32e10d0 | |
parent | 9cc4eae43c01e875d0312687a4c3ffe476e9adbc (diff) | |
download | servo-842c41b3aef5364873be1d3588b9973f3a83e8c6.tar.gz servo-842c41b3aef5364873be1d3588b9973f3a83e8c6.zip |
build(deps): bump dtoa-short from 0.3.3 to 0.3.4 (#30253)
Bumps [dtoa-short](https://github.com/upsuper/dtoa-short) from 0.3.3 to 0.3.4.
- [Commits](https://github.com/upsuper/dtoa-short/commits)
---
updated-dependencies:
- dependency-name: dtoa-short
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 2fceb2cf253..e4c424fc025 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1476,15 +1476,15 @@ checksum = "52ba6eb47c2131e784a38b726eb54c1e1484904f013e576a25354d0124161af6" [[package]] name = "dtoa" -version = "0.4.5" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3" +checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" [[package]] name = "dtoa-short" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bde03329ae10e79ede66c9ce4dc930aa8599043b0743008548680f25b91502d6" +checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74" dependencies = [ "dtoa", ] |