aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/rbw-agent/main.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-02-19 01:14:02 -0500
committerJesse Luehrs <doy@tozt.net>2021-02-19 01:14:02 -0500
commitda23c16ecb7bdbfe950d87001104d913ec08c09a (patch)
treea09ca31453826a40a2b26dba26e40361bc3a5bd5 /src/bin/rbw-agent/main.rs
parent40f4d51da8c799e3dfb525b99def8f2812689f6c (diff)
downloadrbw-da23c16ecb7bdbfe950d87001104d913ec08c09a.tar.gz
rbw-da23c16ecb7bdbfe950d87001104d913ec08c09a.zip
bump deps
Diffstat (limited to 'src/bin/rbw-agent/main.rs')
-rw-r--r--src/bin/rbw-agent/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/rbw-agent/main.rs b/src/bin/rbw-agent/main.rs
index 1a7c382..88dd453 100644
--- a/src/bin/rbw-agent/main.rs
+++ b/src/bin/rbw-agent/main.rs
@@ -23,7 +23,7 @@ async fn tokio_main(
}
fn real_main() -> anyhow::Result<()> {
- env_logger::from_env(
+ env_logger::Builder::from_env(
env_logger::Env::default().default_filter_or("info"),
)
.init();