We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406e31b commit 57bcd59Copy full SHA for 57bcd59
Cargo.toml
@@ -42,7 +42,7 @@ temp-env = "0.3.6"
42
thiserror = { version = "1", default-features = false }
43
tonic = { version = "0.12", default-features = false }
44
tonic-build = "0.12"
45
-tokio = { version = "1", default-features = false }
+tokio = { version = "~1.38.0", default-features = false } #1.39 needs msrv bump to rustc 1.70
46
tokio-stream = "0.1.1"
47
tracing = { version = "0.1", default-features = false }
48
tracing-core = { version = "0.1", default-features = false }
opentelemetry-sdk/src/trace/sampler/jaeger_remote/mod.rs
@@ -1,4 +1,5 @@
1
mod rate_limit;
2
+#[allow(dead_code)]
3
mod remote;
4
mod sampler;
5
mod sampling_strategy;
0 commit comments