Upgrades Rio to 0.7

pull/192/head
Tpt 3 years ago
parent 26d29bbd80
commit 9085a424e8
  1. 12
      Cargo.lock
  2. 6
      lib/Cargo.toml

12
Cargo.lock generated

@ -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",

@ -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"

Loading…
Cancel
Save