diff --git a/Cargo.toml b/Cargo.toml index 556ecb9..04c67c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,22 +42,23 @@ sophia_turtle = { version = "0.8.0", path = "./turtle" } sophia_xml = { version = "0.8.0", path = "./xml" } criterion = "0.5" -env_logger = "0.11.3" -futures-util = "0.3.28" -lazy_static = "1.4.0" -log = "0.4.21" -mownstr = "0.3.0" -oxiri = "0.2.2" -regex = "1.6.0" -resiter = "0.5.0" +env_logger = "0.11" +futures-util = "0.3" +lazy_static = "1.5" +log = "0.4" +mownstr = "0.3" +oxiri = "0.2" +regex = "1.11" +resiter = "0.5" rio_api = { version = "0.8", features = ["generalized"] } rio_turtle = { version = "0.8", features = ["generalized"] } rio_xml = { version = "0.8" } serde = { version = "1.0", features = ["derive"] } -test-case = "3.1.0" -thiserror = "1.0.32" -tokio = { version="1.33.0", features = ["rt", "sync"] } -url = "2.4.1" +test-case = "3.3" +thiserror = "1.0" +tokio = { version="1.41", features = ["rt", "sync"] } +toml = "0.8" +url = "2.5" [profile.release] lto = true diff --git a/api/Cargo.toml b/api/Cargo.toml index 85b1f25..e9e0f45 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -37,4 +37,4 @@ serde = { workspace = true, optional = true } [dev-dependencies] sophia_iri = { workspace = true, features = ["test_data"] } test-case.workspace = true -toml = "0.8.0" +toml.workspace = true diff --git a/c14n/Cargo.toml b/c14n/Cargo.toml index 9f2cf76..ec88724 100644 --- a/c14n/Cargo.toml +++ b/c14n/Cargo.toml @@ -14,7 +14,7 @@ keywords.workspace = true [dependencies] log.workspace = true -sha2 = "0.10.7" +sha2 = "0.10" sophia_api.workspace = true sophia_iri.workspace = true thiserror.workspace = true diff --git a/iri/Cargo.toml b/iri/Cargo.toml index 68fb88d..d7552d6 100644 --- a/iri/Cargo.toml +++ b/iri/Cargo.toml @@ -24,7 +24,7 @@ serde = { workspace = true, optional = true } [dev-dependencies] criterion.workspace = true -toml = "0.8.0" +toml.workspace = true [features] default = ["serde"] diff --git a/sparql_client/Cargo.toml b/sparql_client/Cargo.toml index f2f791f..c176620 100644 --- a/sparql_client/Cargo.toml +++ b/sparql_client/Cargo.toml @@ -20,7 +20,7 @@ sophia_api.workspace = true sophia_iri.workspace = true sophia_turtle.workspace = true sophia_xml.workspace = true -quick-xml = "0.36" +quick-xml = "0.37" reqwest = { version = "0.12", features = ["blocking", "json"] } rio_turtle.workspace = true rio_xml.workspace = true