mirror of
https://github.com/Tilo-K/pastebin-cli.git
synced 2026-01-09 16:31:01 +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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.75"
|
anyhow = "1.0.98"
|
||||||
chrono = "0.4.31"
|
chrono = "0.4.41"
|
||||||
clap = { version = "4.4.6", features = ["derive"] }
|
clap = { version = "4.5.38", features = ["derive"] }
|
||||||
home = "0.5.5"
|
home = "0.5.11"
|
||||||
quick-xml = { version = "0.31.0", features = ["serde", "serialize"] }
|
quick-xml = { version = "0.37.5", features = ["serde", "serialize"] }
|
||||||
reqwest = { version = "0.11.22", features = ["json"] }
|
reqwest = { version = "0.12.15", features = ["json"] }
|
||||||
rpassword = "7.2.0"
|
rpassword = "7.4.0"
|
||||||
serde = { version = "1.0.189", features = ["serde_derive", "derive"] }
|
serde = { version = "1.0.219", features = ["serde_derive", "derive"] }
|
||||||
tokio = { version = "1.33.0", features = ["full"] }
|
tokio = { version = "1.45.0", features = ["full"] }
|
||||||
|
|
||||||
# The profile that 'cargo dist' will build with
|
# The profile that 'cargo dist' will build with
|
||||||
[profile.dist]
|
[profile.dist]
|
||||||
|
|||||||
Reference in New Issue
Block a user