From 460230a043736cc3e361ba7ea20e870af76ba74d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 19:59:08 +0000 Subject: [PATCH] Bump norad from 0.10.0 to 0.10.1 Bumps [norad](https://github.com/linebender/norad) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/linebender/norad/releases) - [Commits](https://github.com/linebender/norad/compare/v0.10.0...v0.10.1) --- updated-dependencies: - dependency-name: norad dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 +++++++++++++---- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9368288..ada2a21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -869,13 +869,13 @@ dependencies = [ [[package]] name = "norad" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2f390d75731c1f125d6cbf149227766fdb9a822217c2ce229490a333fba13cc" +checksum = "9d6834bbb7c1b774a20f55dbbfce635953db21f0847c52d1665160a70f7eda1d" dependencies = [ "indexmap", "plist", - "quick-xml", + "quick-xml 0.29.0", "serde", "serde_derive", "serde_repr", @@ -958,7 +958,7 @@ dependencies = [ "base64 0.21.0", "indexmap", "line-wrap", - "quick-xml", + "quick-xml 0.28.2", "serde", "time 0.3.17", ] @@ -989,6 +989,15 @@ name = "quick-xml" version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1" +dependencies = [ + "memchr", +] + +[[package]] +name = "quick-xml" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51" dependencies = [ "memchr", "serde", diff --git a/Cargo.toml b/Cargo.toml index 28c8461..39d01dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["ufo", "font-format", "glif", "fonts"] [dependencies] clap = "2.33.3" -norad = "0.10.0" +norad = "0.10.1" serde_json = "1" unic-ucd = "0.9" fslock = { git = "https://github.com/MFEK/fslock.rlib", branch = "master" }