mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-30 01:44:23 +00:00
update
This commit is contained in:
17
Cargo.toml
17
Cargo.toml
@@ -46,7 +46,7 @@ poem-openapi = { version = "5.1.16", features = [
|
||||
ring = { version = "0.17.14", features = ["std"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
tokio = { version = "1.50.0", features = ["full"] }
|
||||
tokio = { version = "1.51.0", features = ["full"] }
|
||||
tracing = "0.1.44"
|
||||
tracing-appender = "0.2.3"
|
||||
tracing-subscriber = { version = "0.3.23", features = ["env-filter", "json"] }
|
||||
@@ -89,7 +89,7 @@ webpki-roots = "1.0.6"
|
||||
rustls = { version = "0.23.37", default-features = false, features = ["ring"] }
|
||||
rustls-pki-types = "1.14.0"
|
||||
tokio-io-timeout = "1.2.1"
|
||||
semver = "1.0.27"
|
||||
semver = "1.0.28"
|
||||
governor = "0.10.4"
|
||||
lru = "0.16.3"
|
||||
mime_guess = "2.0.5"
|
||||
@@ -118,23 +118,14 @@ outlook-pst = { git = "https://github.com/rustmailer/outlook-pst-rs.git", branch
|
||||
compressed-rtf = "1.0.1"
|
||||
codepage-strings = "1.0.2"
|
||||
mail-send = "0.5.2"
|
||||
duckdb = { version = "1.10501.0", features = [
|
||||
"chrono",
|
||||
"bundled",
|
||||
"r2d2",
|
||||
"appender-arrow",
|
||||
] }
|
||||
arrow = { version = "58", features = ["ffi"] }
|
||||
r2d2 = { version = "0.8", default-features = false }
|
||||
refinery = { version = "0.9", default-features = false }
|
||||
refinery-core = { version = "0.9", default-features = false }
|
||||
rcgen = "0.14.7"
|
||||
rustls-pemfile = "2.2.0"
|
||||
blake3 = "1.8.4"
|
||||
uuid = { version = "1.23.0", features = ["v4", "serde"] }
|
||||
fjall = { version = "3.1.2", features = ["lz4", "metrics", "bytes_1"] }
|
||||
tantivy = { version = "0.26.0", features = ["zstd-compression"] }
|
||||
[dev-dependencies]
|
||||
#bincode = "1.3.3"
|
||||
#secret-lib = "1.0.0"
|
||||
tempfile = "3.27.0"
|
||||
lettre = "0.11.20"
|
||||
lettre = "0.11.21"
|
||||
|
||||
Reference in New Issue
Block a user