Merge pull request 'Update Rust crate log to 0.4.22' (#24) from renovate/log-0.x into main
Unit Tests with docker compose and cargo / unit-test (push) Waiting to run Details

Reviewed-on: #24
This commit is contained in:
bizcochito 2025-01-03 12:03:46 +00:00
commit 86a066a2b7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
reqwest = "0.11.14"
serde = "1.0.171"
toml = "0.8.8"
log = "0.4.19"
log = "0.4.22"
stderrlog = "0.6.0"
async-std = "1.13.0"