Skip to content

Commit cf2b2db

Browse files
chore(deps): update rust crate const-oid to 0.10
1 parent bce991f commit cf2b2db

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
@@ -26,7 +26,7 @@ bytemuck = { version = "1.15.0", features = ["derive", "min_const_generics", "ex
2626
bytes = "1"
2727
clap = { version = "4.5", features = ["std", "derive", "env", "error-context", "help", "usage", "wrap_help"], default-features = false }
2828
config = { version = "0.15.8", default-features = false, features = ["yaml", "json", "toml", "async"] }
29-
const-oid = { version = "0.9", default-features = false }
29+
const-oid = { version = "0.10", default-features = false }
3030
enumset = { version = "1.1", features = ["serde"] }
3131
futures-core = { version = "0.3.30", features = ["alloc"], default-features = false }
3232
getrandom = { version = "0.3.1", features = ["std"] }

0 commit comments

Comments
 (0)