Skip to content

Commit

Permalink
chore(deps): bump file-rotate from 0.6.0 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [file-rotate](https://github.com/BourgondAries/file-rotate) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/BourgondAries/file-rotate/releases)
- [Commits](https://github.com/BourgondAries/file-rotate/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2022
1 parent 060af5d commit 02b8274
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 58 deletions.
158 changes: 103 additions & 55 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ config = { version = "0.13.2", default-features = false, features = [
"json",
] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = { version = "1.0.81", features = ["arbitrary_precision"] }
serde_json = { version = "1.0.85", features = ["arbitrary_precision"] }
strum = "0.24"
strum_macros = "0.24"
prometheus_exporter = { version = "0.8.4", default-features = false }

# feature logs
file-rotate = { version = "0.6.0", optional = true }
file-rotate = { version = "0.7.0", optional = true }

# feature: webhook
reqwest = { version = "0.11", optional = true, features = ["blocking", "json"] }
Expand All @@ -56,7 +56,7 @@ aws-sdk-lambda = { version = "0.14.0", optional = true }
aws-sdk-s3 = { version = "0.14.0", optional = true }

# features: elasticsearch || aws
tokio = { version = "1.20.1", optional = true, features = ["rt"] }
tokio = { version = "1.21.0", optional = true, features = ["rt"] }

# required for CI to complete successfully
openssl = { version = "0.10", optional = true, features = ["vendored"] }
Expand Down

0 comments on commit 02b8274

Please sign in to comment.