This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: bump env_logger dependency to 0.11 and update MSRV to 1.74
- Loading branch information
1 parent
56a5a6e
commit 70afbb2
Showing
1 changed file
with
7 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" | |
|
||
version = "2.1.3" | ||
edition = "2021" | ||
rust-version = "1.70.0" | ||
rust-version = "1.74.0" | ||
|
||
authors = ["Fabio Valentini <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -17,11 +17,11 @@ repository = "https://github.com/ironthree/fedora-update-feedback" | |
[dependencies] | ||
bodhi = "2.0.1" | ||
chrono = { version = "0.4.19", features = ["clock", "std"], default-features = false } | ||
clap = { version = "4", features = ["derive", "color", "suggestions", "wrap_help"]} | ||
dirs = "5" | ||
env_logger = "0.10" | ||
clap = { version = "4.0.0", features = ["derive", "color", "suggestions", "wrap_help"]} | ||
dirs = "5.0.0" | ||
env_logger = "0.11" | ||
log = "0.4.14" | ||
rpassword = "7" | ||
rpassword = "7.0.0" | ||
secret-service = { version = "3", features = ["rt-tokio-crypto-rust"] } | ||
serde = { version = "1.0.134", features = ["derive"] } | ||
serde_json = "1.0.78" | ||
|
@@ -32,8 +32,8 @@ tokio = { version = "1.14", features = ["fs", "macros", "process", "rt-multi-thr | |
toml = "0.8" | ||
|
||
[build-dependencies] | ||
clap = { version = "4", features = ["derive"]} | ||
clap_complete = "4" | ||
clap = { version = "4.0.0", features = ["derive"]} | ||
clap_complete = "4.0.0" | ||
|
||
[profile.release] | ||
codegen-units = 1 | ||
|