diff --git a/README.md b/README.md index 82500006b..f3fdb4b4f 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ Add `tracing-actix-web` to your dependencies: ```toml [dependencies] # ... -tracing-actix-web = "0.4.0-beta.11" +tracing-actix-web = "0.4.0-beta.12" tracing = "0.1" -actix-web = "4.0.0-beta.8" +actix-web = "4.0.0-beta.9" ``` `tracing-actix-web` exposes three feature flags: diff --git a/src/lib.rs b/src/lib.rs index f87307326..d1199ff4e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,9 +8,9 @@ //! ```toml //! [dependencies] //! # ... -//! tracing-actix-web = "0.4.0-beta.11" +//! tracing-actix-web = "0.4.0-beta.12" //! tracing = "0.1" -//! actix-web = "4.0.0-beta.8" +//! actix-web = "4.0.0-beta.9" //! ``` //! //! `tracing-actix-web` exposes three feature flags: