diff --git a/Cargo.toml b/Cargo.toml index 687aa81..3fd20bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tracing-awc" description = "Tracing instrumentation for the awc http client" -version = "0.1.0-beta.13" +version = "0.1.0-beta.14" authors = ["asonix { impl<'a> opentelemetry::propagation::Injector for RequestHeaderCarrier<'a> { fn set(&mut self, key: &str, value: String) { let f = || { - use actix_http::http::{HeaderName, HeaderValue}; + use actix_http::header::{HeaderName, HeaderValue}; use std::convert::TryFrom; let key = HeaderName::from_bytes(key.as_bytes())