From 9085a424e8996ef4f55368105730e7b703503a88 Mon Sep 17 00:00:00 2001 From: Tpt Date: Sat, 5 Mar 2022 17:45:43 +0100 Subject: [PATCH] Upgrades Rio to 0.7 --- Cargo.lock | 12 ++++++------ lib/Cargo.toml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6af322d..0b0a28a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1200,15 +1200,15 @@ dependencies = [ [[package]] name = "rio_api" -version = "0.6.2" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ed96d73ad4e0de59e667b26c899930c90912cad3fec5f0291fc3171c90dacae" +checksum = "3202105593818d97ca7937eaa646b58d125ac7761d15fe5d8469f0e671521e1f" [[package]] name = "rio_turtle" -version = "0.6.2" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1945ea5cf5f489bd2cbafeb705686abdc94edfa9dd88a63a25e8c5c0d38f9cc2" +checksum = "fb8f47f8dd19886475a4cae345b2945455d077aa44b4d3b6c455011c035c7487" dependencies = [ "oxilangtag", "oxiri", @@ -1217,9 +1217,9 @@ dependencies = [ [[package]] name = "rio_xml" -version = "0.6.2" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6627c31020654c595ca89c4f2472cb28fc493a160f8a110bd5e978f66a9e6bdb" +checksum = "48e320dfe5cdbe2b09ddc0e551d6d7abcc64e63d0a95b9ba2f776f762f62e96c" dependencies = [ "oxilangtag", "oxiri", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 32040b78..1e5eeb6f 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -29,9 +29,9 @@ digest = "0.10" regex = "1" oxilangtag = "0.1" oxiri = "0.2" -rio_api = "0.6" -rio_turtle = "0.6" -rio_xml = "0.6" +rio_api = "0.7" +rio_turtle = "0.7" +rio_xml = "0.7" hex = "0.4" nom = "7" siphasher = "0.3"