Skip to content

Commit

Permalink
Stackdriver - use upstream otel-rust dependencies from last common co…
Browse files Browse the repository at this point in the history
…mmit
  • Loading branch information
ivan-brko authored and hdost committed Jan 16, 2024
1 parent a3e0d18 commit 3827119
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ target/
*.pdb
/.vscode/
Cargo.lock

# Generated by RustRover
.idea/
7 changes: 4 additions & 3 deletions opentelemetry-stackdriver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ http = "0.2"
hyper = "0.14.2"
hyper-rustls = { version = "0.24", optional = true }
# TODO: Replace with opentelemetry version before release
opentelemetry = { git = "https://github.com/open-telemetry/opentelemetry-rust.git", branch = "main" }
opentelemetry = { git = "https://github.com/open-telemetry/opentelemetry-rust.git", rev = "6175c3" }
# TODO: Replace with opentelemetry version before release
opentelemetry_sdk = { git = "https://github.com/open-telemetry/opentelemetry-rust.git", branch = "main" }
opentelemetry-semantic-conventions = { version = "0.13" }
opentelemetry_sdk = { git = "https://github.com/open-telemetry/opentelemetry-rust.git", rev = "6175c3" }
# TODO: Replace with opentelemetry version before release
opentelemetry-semantic-conventions = { git = "https://github.com/open-telemetry/opentelemetry-rust.git", rev = "6175c3" }
prost = "0.11.0"
prost-types = "0.11.1"
thiserror = "1.0.30"
Expand Down

0 comments on commit 3827119

Please sign in to comment.