Skip to content

Commit

Permalink
Bump flexi_logger from 0.25.6 to 0.27.0
Browse files Browse the repository at this point in the history
Bumps [flexi_logger](https://github.com/emabee/flexi_logger) from 0.25.6 to 0.27.0.
- [Changelog](https://github.com/emabee/flexi_logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emabee/flexi_logger/commits)

---
updated-dependencies:
- dependency-name: flexi_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent 5707293 commit 72366da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parse-display = "0.8.2"
percent-encoding = "2.3.0"
rand = { version = "0.8.5", features = ["small_rng"] }
ahash = "0.8.3"
flexi_logger = { version = "0.25.6", features = ["colors", "is-terminal"] }
flexi_logger = { version = "0.27.0", features = ["colors", "is-terminal"] }
tokio-stream = { version = "0.1.14", features = ["net"] }
structopt = "0.3.26"
derivative = "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion test_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
tungstenite = { version = "0.20.0", features = ["rustls-tls-webpki-roots"] }
serde_json = "1.0.107"
ureq = "2.7.1"
flexi_logger = { version = "0.25.6", features = ["colors"] }
flexi_logger = { version = "0.27.0", features = ["colors"] }
log = "0.4.19"
base64 = "0.21.4"
miette = { version = "5.10.0", features = ["fancy"] }
Expand Down

0 comments on commit 72366da

Please sign in to comment.