diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-02-24 20:04:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 20:04:51 +0000 |
commit | 4324cd76bed16efca33af96978fa6a85505becff (patch) | |
tree | c221b63ae150951d38155e4d57c7bcfa3dbdcb32 | |
parent | 6f566004b7807bb1d02e584bf79a35c00d67fdde (diff) | |
download | servo-4324cd76bed16efca33af96978fa6a85505becff.tar.gz servo-4324cd76bed16efca33af96978fa6a85505becff.zip |
Bump num-traits from 0.2.12 to 0.2.14
Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.12 to 0.2.14.
- [Release notes](https://github.com/rust-num/num-traits/releases)
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num-traits/compare/num-traits-0.2.12...num-traits-0.2.14)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 0e9983ca974..7b2920a371f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4069,9 +4069,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.12" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611" +checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" dependencies = [ "autocfg", ] |