X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=backend%2FCargo.toml;h=f243d4dee715dd7761059ce463f42c5755a9ba8b;hp=3158b88a691f1f4ade702a403d3843401dd70ee6;hb=07df45487b358683b69c46640d73525974e18d54;hpb=dc6a46bbd883e42842153a17973be1239c1f6a0e diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 3158b88..f243d4d 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -12,7 +12,7 @@ serde = { version = "1.0", features = ["derive"] } listenfd = "0.3" # To watch file modifications and automatically launch a build process (only used in dev/debug). ron = "0.5" # Rust object notation, to load configuration files. itertools = "0.8" -env_logger = "0.6" +env_logger = "0.7" common = { path = "../common" }