mirror of
https://github.com/Tilo-K/pastebin-cli.git
synced 2026-01-09 00:11:02 +00:00
chore: upgrade versions
This commit is contained in:
610
Cargo.lock
generated
610
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
18
Cargo.toml
18
Cargo.toml
@@ -17,15 +17,15 @@ eula = false
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.75"
|
||||
chrono = "0.4.31"
|
||||
clap = { version = "4.4.6", features = ["derive"] }
|
||||
home = "0.5.5"
|
||||
quick-xml = { version = "0.31.0", features = ["serde", "serialize"] }
|
||||
reqwest = { version = "0.11.22", features = ["json"] }
|
||||
rpassword = "7.2.0"
|
||||
serde = { version = "1.0.189", features = ["serde_derive", "derive"] }
|
||||
tokio = { version = "1.33.0", features = ["full"] }
|
||||
anyhow = "1.0.98"
|
||||
chrono = "0.4.41"
|
||||
clap = { version = "4.5.38", features = ["derive"] }
|
||||
home = "0.5.11"
|
||||
quick-xml = { version = "0.37.5", features = ["serde", "serialize"] }
|
||||
reqwest = { version = "0.12.15", features = ["json"] }
|
||||
rpassword = "7.4.0"
|
||||
serde = { version = "1.0.219", features = ["serde_derive", "derive"] }
|
||||
tokio = { version = "1.45.0", features = ["full"] }
|
||||
|
||||
# The profile that 'cargo dist' will build with
|
||||
[profile.dist]
|
||||
|
||||
Reference in New Issue
Block a user