diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 1b312c2f6..ee3a524c5 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dev-dependencies] proc-macro2 = "1.0.11" trybuild = "1.0.53" -test-env-log = "0.2.2" +test-log = "0.2.2" env_logger = "0.9.0" rust_info = "0.3.1" cc = "1.0" diff --git a/integration-tests/src/tests.rs b/integration-tests/src/tests.rs index ee46db916..60aae9118 100644 --- a/integration-tests/src/tests.rs +++ b/integration-tests/src/tests.rs @@ -22,7 +22,7 @@ use itertools::Itertools; use proc_macro2::Span; use quote::quote; use syn::Token; -use test_env_log::test; +use test_log::test; #[test] fn test_return_void() {