Upgrading deps. (#4103)

resolve-nonlocal-objects^2
Dessalines 7 months ago committed by GitHub
parent 0b41ddca58
commit bd9739b5b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2300
Cargo.lock generated

File diff suppressed because it is too large Load Diff

@ -73,12 +73,12 @@ lemmy_db_views_moderator = { version = "=0.19.0-rc.3", path = "./crates/db_views
activitypub_federation = { git = "https://github.com/LemmyNet/activitypub-federation-rust.git", branch = "webfinger-alphabets", default-features = false, features = [ activitypub_federation = { git = "https://github.com/LemmyNet/activitypub-federation-rust.git", branch = "webfinger-alphabets", default-features = false, features = [
"actix-web", "actix-web",
] } ] }
diesel = "2.1.0" diesel = "2.1.3"
diesel_migrations = "2.1.0" diesel_migrations = "2.1.0"
diesel-async = "0.3.1" diesel-async = "0.3.2"
serde = { version = "1.0.167", features = ["derive"] } serde = { version = "1.0.189", features = ["derive"] }
serde_with = "3.0.0" serde_with = "3.4.0"
actix-web = { version = "4.3.1", default-features = false, features = [ actix-web = { version = "4.4.0", default-features = false, features = [
"macros", "macros",
"rustls", "rustls",
"compress-brotli", "compress-brotli",
@ -86,37 +86,37 @@ actix-web = { version = "4.3.1", default-features = false, features = [
"compress-zstd", "compress-zstd",
"cookies", "cookies",
] } ] }
tracing = "0.1.37" tracing = "0.1.40"
tracing-actix-web = { version = "0.7.5", default-features = false } tracing-actix-web = { version = "0.7.8", default-features = false }
tracing-error = "0.2.0" tracing-error = "0.2.0"
tracing-log = "0.1.3" tracing-log = "0.1.4"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
url = { version = "2.4.0", features = ["serde"] } url = { version = "2.4.1", features = ["serde"] }
reqwest = { version = "0.11.18", features = ["json", "blocking", "gzip"] } reqwest = { version = "0.11.22", features = ["json", "blocking", "gzip"] }
reqwest-middleware = "0.2.2" reqwest-middleware = "0.2.4"
reqwest-tracing = "0.4.5" reqwest-tracing = "0.4.6"
clokwerk = "0.4.0" clokwerk = "0.4.0"
doku = { version = "0.21.1", features = ["url-2"] } doku = { version = "0.21.1", features = ["url-2"] }
bcrypt = "0.15.0" bcrypt = "0.15.0"
chrono = { version = "0.4.26", features = ["serde"], default-features = false } chrono = { version = "0.4.31", features = ["serde"], default-features = false }
serde_json = { version = "1.0.100", features = ["preserve_order"] } serde_json = { version = "1.0.107", features = ["preserve_order"] }
base64 = "0.21.2" base64 = "0.21.5"
uuid = { version = "1.4.0", features = ["serde", "v4"] } uuid = { version = "1.5.0", features = ["serde", "v4"] }
async-trait = "0.1.71" async-trait = "0.1.74"
captcha = "0.0.9" captcha = "0.0.9"
anyhow = { version = "1.0.71", features = [ anyhow = { version = "1.0.75", features = [
"backtrace", "backtrace",
] } # backtrace is on by default on nightly, but not stable rust ] } # backtrace is on by default on nightly, but not stable rust
diesel_ltree = "0.3.0" diesel_ltree = "0.3.0"
typed-builder = "0.15.0" typed-builder = "0.15.2"
serial_test = "2.0.0" serial_test = "2.0.0"
tokio = { version = "1.29.1", features = ["full"] } tokio = { version = "1.33.0", features = ["full"] }
regex = "1.9.0" regex = "1.10.2"
once_cell = "1.18.0" once_cell = "1.18.0"
diesel-derive-newtype = "2.1.0" diesel-derive-newtype = "2.1.0"
diesel-derive-enum = { version = "2.1.0", features = ["postgres"] } diesel-derive-enum = { version = "2.1.0", features = ["postgres"] }
strum = "0.25.0" strum = "0.25.0"
strum_macros = "0.25.1" strum_macros = "0.25.3"
itertools = "0.11.0" itertools = "0.11.0"
futures = "0.3.28" futures = "0.3.28"
http = "0.2.9" http = "0.2.9"
@ -125,11 +125,11 @@ rosetta-i18n = "0.1.3"
opentelemetry = { version = "0.19.0", features = ["rt-tokio"] } opentelemetry = { version = "0.19.0", features = ["rt-tokio"] }
tracing-opentelemetry = { version = "0.19.0" } tracing-opentelemetry = { version = "0.19.0" }
ts-rs = { version = "7.0.0", features = ["serde-compat", "chrono-impl"] } ts-rs = { version = "7.0.0", features = ["serde-compat", "chrono-impl"] }
rustls = { version = "0.21.3", features = ["dangerous_configuration"] } rustls = { version = "0.21.8", features = ["dangerous_configuration"] }
futures-util = "0.3.28" futures-util = "0.3.28"
tokio-postgres = "0.7.8" tokio-postgres = "0.7.10"
tokio-postgres-rustls = "0.10.0" tokio-postgres-rustls = "0.10.0"
enum-map = "2.6" enum-map = "2.7"
[dependencies] [dependencies]
lemmy_api = { workspace = true } lemmy_api = { workspace = true }
@ -161,7 +161,7 @@ tracing-opentelemetry = { workspace = true, optional = true }
opentelemetry = { workspace = true, optional = true } opentelemetry = { workspace = true, optional = true }
console-subscriber = { version = "0.1.10", optional = true } console-subscriber = { version = "0.1.10", optional = true }
opentelemetry-otlp = { version = "0.12.0", optional = true } opentelemetry-otlp = { version = "0.12.0", optional = true }
pict-rs = { version = "0.4.0-rc.12", optional = true } pict-rs = { version = "0.4.5", optional = true }
tokio.workspace = true tokio.workspace = true
actix-cors = "0.6.4" actix-cors = "0.6.4"
rustls = { workspace = true } rustls = { workspace = true }
@ -172,5 +172,5 @@ chrono = { workspace = true }
prometheus = { version = "0.13.3", features = ["process"], optional = true } prometheus = { version = "0.13.3", features = ["process"], optional = true }
actix-web-prom = { version = "0.6.0", optional = true } actix-web-prom = { version = "0.6.0", optional = true }
serial_test = { workspace = true } serial_test = { workspace = true }
clap = { version = "4.3.19", features = ["derive"] } clap = { version = "4.4.7", features = ["derive"] }
actix-web-httpauth = "0.8.1" actix-web-httpauth = "0.8.1"

@ -34,7 +34,7 @@ chrono = { workspace = true }
url = { workspace = true } url = { workspace = true }
wav = "1.0.0" wav = "1.0.0"
sitemap-rs = "0.2.0" sitemap-rs = "0.2.0"
totp-rs = { version = "5.0.2", features = ["gen_secret", "otpauth"] } totp-rs = { version = "5.4.0", features = ["gen_secret", "otpauth"] }
actix-web-httpauth = "0.8.1" actix-web-httpauth = "0.8.1"
[dev-dependencies] [dev-dependencies]

@ -30,12 +30,12 @@ serde.workspace = true
tokio = { workspace = true, features = ["full"] } tokio = { workspace = true, features = ["full"] }
tracing.workspace = true tracing.workspace = true
async-trait = "0.1.71" async-trait = "0.1.74"
bytes = "1.4.0" bytes = "1.5.0"
enum_delegate = "0.2.0" enum_delegate = "0.2.0"
moka = { version = "0.11.2", features = ["future"] } moka = { version = "0.11.3", features = ["future"] }
openssl = "0.10.55" openssl = "0.10.57"
reqwest-middleware = "0.2.2" reqwest-middleware = "0.2.4"
reqwest-tracing = "0.4.5" reqwest-tracing = "0.4.6"
tokio-util = "0.7.8" tokio-util = "0.7.9"
tracing-subscriber = "0.3.17" tracing-subscriber = "0.3.17"

@ -30,4 +30,4 @@ strum = { workspace = true }
once_cell = { workspace = true } once_cell = { workspace = true }
tracing = { workspace = true } tracing = { workspace = true }
tokio = { workspace = true } tokio = { workspace = true }
rss = "2.0.4" rss = "2.0.6"

@ -40,7 +40,7 @@ rosetta-i18n = { workspace = true }
typed-builder = { workspace = true } typed-builder = { workspace = true }
percent-encoding = { workspace = true } percent-encoding = { workspace = true }
tokio = { workspace = true } tokio = { workspace = true }
openssl = "0.10.55" openssl = "0.10.57"
html2text = "0.6.0" html2text = "0.6.0"
deser-hjson = "1.2.0" deser-hjson = "1.2.0"
smart-default = "0.7.1" smart-default = "0.7.1"

Loading…
Cancel
Save