diff options
| author | Renovate Bot <[email protected]> | 2021-10-19 11:54:35 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-10-19 11:54:35 +0000 |
| commit | e7551708f01765dfb2726948e3bc0028dc5799d5 (patch) | |
| tree | 92f8c1dc47c854981c00f21d348ba6324a6e81a9 /crates | |
| parent | Merge pull request #100 from Whirlsplash/renovate/sysinfo-0.x (diff) | |
| download | whirl-e7551708f01765dfb2726948e3bc0028dc5799d5.tar.xz whirl-e7551708f01765dfb2726948e3bc0028dc5799d5.zip | |
fix(deps): update rust crate flexi_logger to 0.19.5
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/whirl/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index fb0ee95..522c70a 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -18,7 +18,7 @@ dotenv = "0.15.0" # Logging log = "0.4.14" -flexi_logger = "0.19.4" +flexi_logger = "0.19.5" human-panic = "1.0.3" # simple-error = "0.2.3" |