Skip to content

Commit

Permalink
bump quick-xml and rio
Browse files Browse the repository at this point in the history
  • Loading branch information
pchampin committed Mar 10, 2021
1 parent fd1918b commit bb8aa7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sophia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ sophia_api = { version = "0.6.2", path = "../api" }
sophia_term = { version = "0.6.2", path = "../term" }
oxiri = "0.1.1"
resiter = "0.4.0"
rio_api = { version = "0.5.1", features = ["generalized"] }
rio_turtle = { version = "0.5.1", features = ["generalized"] }
rio_api = { version = "0.5.3", features = ["generalized"] }
rio_turtle = { version = "0.5.3", features = ["generalized"] }
thiserror = "1.0.20"

lazy_static = { version = "1.4.0", optional = true }
percent-encoding = { version = "2.1.0", optional = true }
quick-xml = { version = "0.20.0", optional = true }
quick-xml = { version = "0.22.0", optional = true }
regex = { version = "1.4.2", optional = true }
sophia_iri = { version = "0.6.2", path = "../iri", optional = true }
rio_xml = { version = "0.5.1", optional = true }
rio_xml = { version = "0.5.3", optional = true }
url = { version = "2.2.0", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit bb8aa7e

Please sign in to comment.