Remove minor versions from Cargo.toml

This commit is contained in:
link2xt
2021-09-17 22:06:41 +00:00
parent e95911a484
commit 48f1ef3641
2 changed files with 382 additions and 383 deletions

667
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,76 +15,76 @@ lto = true
deltachat_derive = { path = "./deltachat_derive" } deltachat_derive = { path = "./deltachat_derive" }
ansi_term = { version = "0.12.1", optional = true } ansi_term = { version = "0.12.1", optional = true }
anyhow = "1.0.44" anyhow = "1"
async-imap = { git = "https://github.com/async-email/async-imap" } async-imap = { git = "https://github.com/async-email/async-imap" }
async-native-tls = { version = "0.3.3" } async-native-tls = { version = "0.3" }
async-smtp = { git = "https://github.com/async-email/async-smtp", branch="master", features = ["socks5"] } async-smtp = { git = "https://github.com/async-email/async-smtp", branch="master", features = ["socks5"] }
async-std-resolver = "0.20.3" async-std-resolver = "0.20"
async-std = { version = "~1.10.0", features = ["unstable"] } async-std = { version = "1", features = ["unstable"] }
async-tar = "0.3.0" async-tar = "0.3"
async-trait = "0.1.51" async-trait = "0.1"
backtrace = "0.3.59" backtrace = "0.3"
base64 = "0.13" base64 = "0.13"
bitflags = "1.3.2" bitflags = "1.3"
byteorder = "1.3.1" byteorder = "1.3"
chrono = "0.4.6" chrono = "0.4"
dirs = { version = "3.0.2", optional=true } dirs = { version = "4", optional=true }
email = { git = "https://github.com/deltachat/rust-email", branch = "master" } email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
encoded-words = { git = "https://github.com/async-email/encoded-words", branch="master" } encoded-words = { git = "https://github.com/async-email/encoded-words", branch="master" }
escaper = "0.1.1" escaper = "0.1"
futures = "0.3.17" futures = "0.3"
hex = "0.4.0" hex = "0.4.0"
image = { version = "0.23.5", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } image = { version = "0.23.5", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
indexmap = "1.7.0" indexmap = "1.7"
itertools = "0.10.1" itertools = "0.10"
kamadak-exif = "0.5" kamadak-exif = "0.5"
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" } lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
libc = "0.2.101" libc = "0.2"
log = {version = "0.4.8", optional = true } log = {version = "0.4.8", optional = true }
mailparse = "0.13.6" mailparse = "0.13"
native-tls = "0.2.8" native-tls = "0.2"
num_cpus = "1.13.0" num_cpus = "1.13"
num-derive = "0.3.0" num-derive = "0.3"
num-traits = "0.2.6" num-traits = "0.2"
once_cell = "1.8.0" once_cell = "1.8.0"
percent-encoding = "2.0" percent-encoding = "2.0"
pgp = { version = "0.7.2", default-features = false } pgp = { version = "0.7", default-features = false }
pretty_env_logger = { version = "0.4.0", optional = true } pretty_env_logger = { version = "0.4", optional = true }
quick-xml = "0.22.0" quick-xml = "0.22"
r2d2 = "0.8.9" r2d2 = "0.8"
r2d2_sqlite = "0.18.0" r2d2_sqlite = "0.18"
rand = "0.7.0" rand = "0.7"
regex = "1.4.6" regex = "1.5"
rusqlite = "0.25" rusqlite = "0.25"
rust-hsluv = "0.1.4" rust-hsluv = "0.1"
rustyline = { version = "8.2.0", optional = true } rustyline = { version = "8.2", optional = true }
sanitize-filename = "0.3.0" sanitize-filename = "0.3"
serde_json = "1.0" serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
sha-1 = "0.9.8" sha-1 = "0.9"
sha2 = "0.9.8" sha2 = "0.9"
smallvec = "1.0.0" smallvec = "1"
stop-token = "0.2.0" stop-token = "0.2"
strum = "0.21.0" strum = "0.21"
strum_macros = "0.21.1" strum_macros = "0.21"
surf = { version = "2.3.1", default-features = false, features = ["h1-client"] } surf = { version = "2.3", default-features = false, features = ["h1-client"] }
thiserror = "1.0.29" thiserror = "1"
toml = "0.5.6" toml = "0.5"
url = "2.2.2" url = "2"
uuid = { version = "0.8", features = ["serde", "v4"] } uuid = { version = "0.8", features = ["serde", "v4"] }
fast-socks5 = "0.4.3" fast-socks5 = "0.4"
humansize = "1.1.1" humansize = "1"
[dev-dependencies] [dev-dependencies]
ansi_term = "0.12.0" ansi_term = "0.12.0"
async-std = { version = "1.10.0", features = ["unstable", "attributes"] } async-std = { version = "1.10.0", features = ["unstable", "attributes"] }
criterion = "0.3" criterion = "0.3"
futures-lite = "1.12.0" futures-lite = "1.12"
log = "0.4.11" log = "0.4"
pretty_assertions = "0.7.2" pretty_assertions = "0.7"
pretty_env_logger = "0.4.0" pretty_env_logger = "0.4"
proptest = "1.0" proptest = "1"
tempfile = "3.0" tempfile = "3"
[workspace] [workspace]
members = [ members = [