build(deps): bump core-text from 13.2.0 to 13.3.2

Bumps [core-text](https://github.com/servo/core-foundation-rs) from 13.2.0 to 13.3.2.
- [Release notes](https://github.com/servo/core-foundation-rs/releases)
- [Commits](https://github.com/servo/core-foundation-rs/compare/core-text-v13.2.0...core-text-v13.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-08 08:25:54 +00:00 committed by GitHub
parent 0645d8c36d
commit eee7bc69ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated
View file

@ -919,9 +919,9 @@ dependencies = [
[[package]] [[package]]
name = "core-text" name = "core-text"
version = "13.2.0" version = "13.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d95a72b5e50e549969dd88eff3047495fe5b8c6f028635442c2b708be707e669" checksum = "db84654ad95211c082cf9795f6f83dc17d0ae6c985ac1b906369dc7384ed346d"
dependencies = [ dependencies = [
"core-foundation 0.6.4", "core-foundation 0.6.4",
"core-graphics 0.17.3", "core-graphics 0.17.3",
@ -2353,7 +2353,7 @@ checksum = "212d74cab8498b2d15700b694fb38f77562869d05e1f8b602dd05221a1ca2d63"
dependencies = [ dependencies = [
"cc", "cc",
"core-graphics 0.17.3", "core-graphics 0.17.3",
"core-text 13.2.0", "core-text 13.3.2",
"foreign-types", "foreign-types",
"freetype", "freetype",
"pkg-config", "pkg-config",