diff options
| author | Renovate Bot <[email protected]> | 2022-02-02 15:37:17 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-02-02 15:37:17 +0000 |
| commit | 07ec691aa344d32495287844c4ee36bc632ef3aa (patch) | |
| tree | bc8d50c5895800309f5df09248aefcacd16382aa /crates | |
| parent | Merge pull request #137 from Whirlsplash/renovate/structopt-0.x (diff) | |
| download | whirl-07ec691aa344d32495287844c4ee36bc632ef3aa.tar.xz whirl-07ec691aa344d32495287844c4ee36bc632ef3aa.zip | |
fix(deps): update rust crate flexi_logger to 0.22.3
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 eac59d9..1bc393a 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.22.2" +flexi_logger = "0.22.3" human-panic = "1.0.3" # simple-error = "0.2.3" |