diff options
| author | Renovate Bot <[email protected]> | 2022-05-03 01:15:38 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-05-03 01:15:38 +0000 |
| commit | 0dcd80392e18f10caeadb74257ba819070888d49 (patch) | |
| tree | 43a30b3f3a0ea8169f337030c73d6f85e1615297 | |
| parent | Merge pull request #153 from Whirlsplash/renovate/actions-checkout-3.x (diff) | |
| download | whirl-renovate/log-0.x.tar.xz whirl-renovate/log-0.x.zip | |
fix(deps): update rust crate log to 0.4.17renovate/log-0.x
| -rw-r--r-- | crates/whirl/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_api/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_config/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_server/Cargo.toml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 5a373fe..607c380 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -17,7 +17,7 @@ publish = false dotenv = "0.15.0" # Logging -log = "0.4.14" +log = "0.4.17" flexi_logger = "0.22.3" human-panic = "1.0.3" # simple-error = "0.2.3" diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 7c0dc8a..12fa201 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -28,7 +28,7 @@ serde = "1.0.136" serde_derive = "1.0.136" # Logging -log = "0.4.14" +log = "0.4.17" # Config whirl_config = { path = "../whirl_config" } diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index 7bfd7e3..d73907b 100644 --- a/crates/whirl_config/Cargo.toml +++ b/crates/whirl_config/Cargo.toml @@ -21,4 +21,4 @@ serde = "1.0.136" serde_derive = "1.0.136" # Logging -log = "0.4.14" +log = "0.4.17" diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 179fdbd..ffdf2c8 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -14,7 +14,7 @@ publish = false [dependencies] # Logging -log = "0.4.14" +log = "0.4.17" # Utility async-trait = "0.1.52" |