feat: v1.2.1, update versions
This commit is contained in:
34
Cargo.toml
34
Cargo.toml
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "oss-backupd"
|
||||
version = "1.2.0"
|
||||
version = "1.2.1"
|
||||
authors = ["Hatter Jiang <jht5945@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
@@ -13,19 +13,19 @@ use_zip = []
|
||||
use_sequoia_openpgp = ["sequoia-openpgp"]
|
||||
|
||||
[dependencies]
|
||||
dirs = "2.0.1"
|
||||
argparse = "0.2.2"
|
||||
json = "0.11.14"
|
||||
hmac = "0.7.1"
|
||||
sha-1 = "0.8.2"
|
||||
indicatif = "0.13.0"
|
||||
urlencoding = "1.0.0"
|
||||
base64 = "0.11.0"
|
||||
reqwest = "0.9.22"
|
||||
sequoia-openpgp = { version = "0.16.0", optional = true }
|
||||
chrono = "0.4.10"
|
||||
zip = "0.5.3"
|
||||
tar = "0.4.26"
|
||||
flate2 = "1.0.14"
|
||||
rust_util = "0.6.3"
|
||||
tiny-encrypt = { version = "1.8.3", default-features = false }
|
||||
dirs = "6.0"
|
||||
argparse = "0.2"
|
||||
json = "0.12"
|
||||
hmac = "0.12"
|
||||
sha-1 = "0.10"
|
||||
indicatif = "0.17"
|
||||
urlencoding = "2.1"
|
||||
base64 = "0.22"
|
||||
reqwest = { version = "0.12", features = ["blocking", "native-tls-vendored"] }
|
||||
sequoia-openpgp = { version = "1.22", optional = true }
|
||||
chrono = "0.4"
|
||||
zip = "2.2"
|
||||
tar = "0.4"
|
||||
flate2 = "1.0"
|
||||
rust_util = "0.6"
|
||||
tiny-encrypt = { version = "1.8", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user