Skip to content

Commit

Permalink
remove unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed May 15, 2024
1 parent 5baa3fb commit 78e977b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion opentelemetry-etw-logs/src/logs/reentrant_logprocessor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ mod tests {
let log_data = LogData {
instrumentation: Default::default(),
record: Default::default(),
resource: Default::default(),
};

processor.emit(log_data);
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-stackdriver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ prost = "0.12"
prost-types = "0.12"
thiserror = "1.0.30"
tonic = { version = "0.11", features = ["gzip", "tls", "transport"] }
yup-oauth2 = { version = "9.0.0", optional = true }
yup-oauth2 = { version = "8.3.3", optional = true }
once_cell = { version = "1.19", optional = true }

# Futures
Expand Down

0 comments on commit 78e977b

Please sign in to comment.