From 412480bed86d47a3ab7162293adf08aab56c7ede Mon Sep 17 00:00:00 2001 From: Ricky Atkins Date: Wed, 2 Aug 2023 11:00:01 +0100 Subject: [PATCH 1/2] Bump quick-xml to v0.30.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4ef7719b..948ad88a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,11 +23,11 @@ uuid = { version = "1.2", features = ["v4"] } serde = { version = "1.0", features = ["rc", "derive"] } serde_derive = "1.0" serde_repr = "0.1" -quick-xml = { version = "0.29.0", features = ["serialize"] } +quick-xml = { version = "0.30.0", features = ["serialize"] } rayon = { version = "1.3.0", optional = true } kurbo = { version = "0.9.0", optional = true } thiserror = "1.0" -indexmap = {version = "2.0.0", features = ["serde"] } +indexmap = { version = "2.0.0", features = ["serde"] } base64 = "0.21.2" [dependencies.druid] From 540cccfdb2b6d38ad02d49a453752d9ca4334b14 Mon Sep 17 00:00:00 2001 From: Ricky Atkins Date: Wed, 2 Aug 2023 11:00:28 +0100 Subject: [PATCH 2/2] Bump version to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 948ad88a..6545dbe6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "norad" -version = "0.10.2" +version = "0.11.0" authors = ["Colin Rofls ", "Nikolaus Waxweiler "] license = "MIT OR Apache-2.0" edition = "2021"