-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump env_logger from 0.10.1 to 0.11.1 (#195)
* Bump env_logger from 0.10.1 to 0.11.1 Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.1 to 0.11.1. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.10.1...v0.11.1) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump MSRV to 1.71 See rust-cli/env_logger@a77a761 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Raphael Nestler <[email protected]>
- Loading branch information
1 parent
624e058
commit d372093
Showing
4 changed files
with
79 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "attractorr" | |
version = "0.6.1" | ||
authors = ["Raphael Nestler <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.70" | ||
rust-version = "1.71" | ||
description = "A CLI tool to scrape the web for magnet links" | ||
repository = "https://github.com/rnestler/attractorr/" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -26,7 +26,7 @@ termcolor = "1.3.0" | |
is-terminal = "0.4.10" | ||
serde = { version = "1.0.188", features = ["derive"] } | ||
serde_json = "1.0.107" | ||
env_logger = "0.10.0" | ||
env_logger = "0.11.1" | ||
log = "^0.4" | ||
async-trait = "^0.1.77" | ||
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] } | ||
|