Skip to content

Commit 9fdbe14

Browse files
committed
📌 allow update of dependencies at patch
1 parent b9933dc commit 9fdbe14

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
@@ -18,7 +18,7 @@ opentelemetry = { version = "0.17", features = ["rt-tokio", "serialize"] }
1818
opentelemetry-jaeger = { version = "0.16", features = [
1919
"rt-tokio",
2020
], optional = true }
21-
opentelemetry-semantic-conventions = { version = "0.9.0", optional = true }
21+
opentelemetry-semantic-conventions = { version = "0.9", optional = true }
2222
opentelemetry-otlp = { version = "0.10", features = [
2323
"http-proto",
2424
], optional = true }

0 commit comments

Comments
 (0)