Skip to content

Commit de2986c

Browse files
fix(deps): update rust crate getrandom to 0.3.0
1 parent b076af5 commit de2986c

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
@@ -121,7 +121,7 @@ tracing-subscriber = { version = "0.3.18", features = [
121121
"env-filter",
122122
] }
123123
tracing-opentelemetry = "0.24.0"
124-
getrandom = { version = "0.2.14", features = ["js"] }
124+
getrandom = { version = "0.3.0", features = ["js"] }
125125
prometheus = "0.13.4"
126126
tonic = { version = "0.11.0", default-features = false }
127127
opentelemetry-semantic-conventions = "0.15.0"

0 commit comments

Comments
 (0)