diff --git a/examples/web_app_graphql/Cargo.toml b/examples/web_app_graphql/Cargo.toml index 27626ee9..d6b62ab5 100644 --- a/examples/web_app_graphql/Cargo.toml +++ b/examples/web_app_graphql/Cargo.toml @@ -15,7 +15,7 @@ diesel = { version = "2.1.4", features = ["postgres"] } diesel-async = { version = "0.4.1", features = ["postgres", "deadpool"] } diesel_migrations = "2.1.0" dotenvy = "0.15.7" -env_logger = "0.10.1" +env_logger = "0.11.3" envy = "0.4.2" futures = "0.3.29" log = "0.4.20"