Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
deps: bump env_logger dependency to 0.11 and update MSRV to 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Apr 7, 2024
1 parent 56a5a6e commit 70afbb2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 70afbb2

Please sign in to comment.