diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-06 18:23:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-06 18:23:51 +0000 |
commit | 7719c4c41d16d83241b725a47957fe9cf23e732c (patch) | |
tree | 5d31f36ed8d8b1609804b03283b7b8a79282ca85 | |
parent | d9e2f54fc7d33a762cdf84daf83071c12dff1ae6 (diff) | |
download | servo-7719c4c41d16d83241b725a47957fe9cf23e732c.tar.gz servo-7719c4c41d16d83241b725a47957fe9cf23e732c.zip |
build(deps): bump libm from 0.2.7 to 0.2.8 (#30512)
Bumps [libm](https://github.com/rust-lang/libm) from 0.2.7 to 0.2.8.
- [Changelog](https://github.com/rust-lang/libm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/libm/compare/0.2.7...0.2.8)
---
updated-dependencies:
- dependency-name: libm
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index e9ab151ad4d..fc0765a4127 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3287,9 +3287,9 @@ dependencies = [ [[package]] name = "libm" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" +checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "libservo" |