Skip to content

Commit

Permalink
Updated dependencies to be up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Jun 7, 2024
1 parent 140656a commit 28df9fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ shacl_ast = { path = "./shacl_ast" }
dctap = { path = "./dctap" }
oxrdf = "0.2.0-alpha.2"
serde_json = "1.0"
regex = "^1"
regex = "1.10.4"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = [ "env-filter" ] }

tracing-subscriber = { version = "0.3", features = [ "env-filter" ] }
2 changes: 1 addition & 1 deletion rbe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
serde_yaml = "0.9"
itertools = "0.12"
itertools = "0.13"
indexmap = { version = "2"}
tracing = "0.1"

Expand Down
4 changes: 2 additions & 2 deletions srdf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ oxrdf = { version = "0.2.0-alpha.5", features = ["oxsdatatypes"] }
oxiri = "0.2.3-alpha.1"
oxsdatatypes = "0.2.0-alpha.2"
sparesults = "0.2.0-alpha.5"
tokio = { version = "^1", features = ["full"] }
tokio = { version = "1.38", features = ["full"] }
colored = "2"
reqwest = { version = "0.11.18", features = ["blocking", "json"] }
reqwest = { version = "0.12", features = ["blocking", "json"] }
url = "2.2.2"
regex = "1.10"
tracing = "0.1"
Expand Down

0 comments on commit 28df9fe

Please sign in to comment.