diff --git a/README.md b/README.md index 6f74094a1..dd3e7ba6d 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ Add `tracing-actix-web` to your dependencies: ```toml [dependencies] # ... -tracing-actix-web = "0.5.0-beta.4" +tracing-actix-web = "0.5.0-beta.5" tracing = "0.1" -actix-web = "4.0.0-beta.13" +actix-web = "4.0.0-beta.14" ``` `tracing-actix-web` exposes three feature flags: diff --git a/src/lib.rs b/src/lib.rs index 1e504a6d2..c81578f9c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,9 +10,9 @@ //! ```toml //! [dependencies] //! # ... -//! tracing-actix-web = "0.5.0-beta.4" +//! tracing-actix-web = "0.5.0-beta.5" //! tracing = "0.1" -//! actix-web = "4.0.0-beta.13" +//! actix-web = "4.0.0-beta.14" //! ``` //! //! `tracing-actix-web` exposes three feature flags: