Skip to content

Commit 6292921

Browse files
Bump flexi_logger from 0.28.0 to 0.28.1
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]>
1 parent 10b6082 commit 6292921

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ parse-display = "0.9.0"
2626
percent-encoding = "2.3.1"
2727
rand = { version = "0.8.5", features = ["small_rng"] }
2828
ahash = "0.8.11"
29-
flexi_logger = { version = "0.28.0", features = ["colors", "is-terminal"] }
29+
flexi_logger = { version = "0.28.1", features = ["colors", "is-terminal"] }
3030
tokio-stream = { version = "0.1.15", features = ["net"] }
3131
derivative = "2.2.0"
3232
nextcloud-config-parser = { version = "0.10.0", features = ["redis-connect"] }

test_client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88
tungstenite = { version = "0.21.0", features = ["rustls-tls-webpki-roots"] }
99
serde_json = "1.0.117"
1010
ureq = "2.9.7"
11-
flexi_logger = { version = "0.28.0", features = ["colors"] }
11+
flexi_logger = { version = "0.28.1", features = ["colors"] }
1212
log = "0.4.21"
1313
base64 = "0.22.1"
1414
miette = { version = "7.2.0", features = ["fancy"] }

0 commit comments

Comments
 (0)