Skip to content

Commit 80485c2

Browse files
committed
remove specific versions for non-critical libraries
1 parent 304a1ec commit 80485c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ keywords = ["json", "rdf", "semantic-web", "converter", "parser"]
1111
categories = ["command-line-utilities", "encoding", "parser-implementations", "science", "web-programming"]
1212

1313
[dependencies]
14-
clap = { version = "4.5.30", features = ["derive"] }
15-
oxrdf = "0.2.4"
16-
serde_json = "1.0.139"
14+
clap = { version = "4.5", features = ["derive"] }
15+
oxrdf = "0.2"
16+
serde_json = "1.0"
1717

1818
[dev-dependencies]
19-
oxrdfio = "0.1.6"
19+
oxrdfio = "0.1"

0 commit comments

Comments
 (0)