ATOMIC_BOOL_INIT is deprecated since 1.34 because the const fn AtomicUsize::new is now preferred. As deny(warnings) is set, tokio fails to build on latest nightly. This will fix it. Signed-off-by: Yilin Chen <[email protected]>