Skip to content

Commit

Permalink
chore(deps): oxrdf 0.1.7 -> 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Oct 23, 2024
1 parent ed357db commit 4dfda39
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
21 changes: 5 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fuzon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ clap = { version = "4.5.16", features = ["derive"] }
crossterm = "0.28.1"
dirs = "5.0.1"
lazy_static = "1.5.0"
oxrdf = "0.1.7"
oxrdf = "0.2.1"
oxrdfio = "0.1.0"
oxttl = "0.1.0-rc.1"
postcard = { version = "1.0.10", features = ["alloc"] }
Expand Down
2 changes: 1 addition & 1 deletion pyfuzon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clap = { version = "4.5.16", features = ["derive"] }
crossterm = "0.28.1"
fuzon = { version = "0.2.4", path = "../fuzon" }
lazy_static = "1.5.0"
oxrdf = "0.1.7"
oxrdf = "0.2.1"
oxttl = "0.1.0-rc.1"
pyo3 = { version = "0.22.2", features = ["abi3-py310", "anyhow"] }
ratatui = "0.28.1"
Expand Down

0 comments on commit 4dfda39

Please sign in to comment.