Skip to content

Commit

Permalink
Cargo: update dependencies to match those available in Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Feb 1, 2022
1 parent 0715037 commit 05b4f6e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fedora-update-feedback"
description = "provide feedback for fedora updates (inspired by fedora-easy-karma)"
description = "Provide feedback for fedora updates (inspired by fedora-easy-karma)"
license = "MIT OR Apache-2.0"

version = "2.0.0-beta.3"
Expand All @@ -15,24 +15,24 @@ keywords = ["fedora", "bodhi", "updates", "feedback"]
repository = "https://github.com/ironthree/fedora-update-feedback"

[dependencies]
bodhi = "2.0.0-beta.2"
chrono = "0.4.10"
dirs = "3.0.1"
bodhi = "2.0.0"
chrono = "0.4.19"
dirs = "3.0.2"
env_logger = "0.9"
log = "0.4.14"
rpassword = "5"
rustyline = "8"
secret-service = "2"
serde = { version = "1.0.104", features = ["derive"] }
serde_json = "1.0.74"
structopt = { version = "0.3.8", features = ["color", "suggestions", "wrap_help"] }
term_size = "0.3.1"
textwrap = "0.14"
rpassword = "5.0.1"
rustyline = "8.2.0"
secret-service = "2.0.1"
serde = { version = "1.0.134", features = ["derive"] }
serde_json = "1.0.78"
structopt = { version = "0.3.25", features = ["color", "suggestions", "wrap_help"] }
term_size = "0.3.2"
textwrap = "0.14.2"
tokio = { version = "1.14", features = ["fs", "macros", "process", "rt-multi-thread"] }
toml = "0.5.5"
toml = "0.5.8"

[build-dependencies]
structopt = "0.3.8"
structopt = "0.3.25"

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit 05b4f6e

Please sign in to comment.