Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pchampin committed Nov 1, 2024
1 parent 8518716 commit a949323
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
25 changes: 13 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion c14n/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion iri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde = { workspace = true, optional = true }

[dev-dependencies]
criterion.workspace = true
toml = "0.8.0"
toml.workspace = true

[features]
default = ["serde"]
Expand Down
2 changes: 1 addition & 1 deletion sparql_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a949323

Please sign in to comment.