Skip to content

Commit

Permalink
Bump flexi_logger from 0.28.0 to 0.28.1
Browse files Browse the repository at this point in the history
Bumps [flexi_logger](https://github.com/emabee/flexi_logger) from 0.28.0 to 0.28.1.
- [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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent 10b6082 commit 6292921
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.9.0"
percent-encoding = "2.3.1"
rand = { version = "0.8.5", features = ["small_rng"] }
ahash = "0.8.11"
flexi_logger = { version = "0.28.0", features = ["colors", "is-terminal"] }
flexi_logger = { version = "0.28.1", features = ["colors", "is-terminal"] }
tokio-stream = { version = "0.1.15", features = ["net"] }
derivative = "2.2.0"
nextcloud-config-parser = { version = "0.10.0", features = ["redis-connect"] }
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.21.0", features = ["rustls-tls-webpki-roots"] }
serde_json = "1.0.117"
ureq = "2.9.7"
flexi_logger = { version = "0.28.0", features = ["colors"] }
flexi_logger = { version = "0.28.1", features = ["colors"] }
log = "0.4.21"
base64 = "0.22.1"
miette = { version = "7.2.0", features = ["fancy"] }
Expand Down

0 comments on commit 6292921

Please sign in to comment.