Skip to content

Commit 7b3ccf5

Browse files
chore(deps): update rust crate const-oid to 0.10
1 parent e78fb22 commit 7b3ccf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bytemuck = { version = "1.15.0", features = ["derive", "min_const_generics", "ex
2727
bytes = "1"
2828
clap = { version = "4.5", features = ["std", "derive", "env", "error-context", "help", "usage", "wrap_help"], default-features = false }
2929
config = { version = "0.15.8", default-features = false, features = ["yaml", "json", "toml", "async"] }
30-
const-oid = { version = "0.9", default-features = false }
30+
const-oid = { version = "0.10", default-features = false }
3131
enumset = { version = "1.1", features = ["serde"] }
3232
getrandom = { version = "0.3.1", features = ["std"] }
3333
gpt = "4.0.0"

0 commit comments

Comments
 (0)