Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
⬆️ Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent cbfa605 commit 71384a8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ axum = { version = "0.6.20", default-features = false, features = ["tokio", "htt
bytes = "1.5.0"
chrono = { version = "0.4.31", default-features = false, features = ["std", "clock", "serde"] }
chrono-humanize = "0.2.3"
clap = { version = "4.4.5", features = ["derive", "env", "cargo"] }
clap = { version = "4.4.7", features = ["derive", "env", "cargo"] }
cookie = "0.18.0"
crc32fast = "1.3.2"
derive_more = { version = "0.99.17", default-features = false, features = ["from"] }
dotenvy = "0.15.7"
either = "1.9.0"
fastrand = "2.0.1"
futures = { version = "0.3.28", default-features = false, features = ["std"] }
image = { version = "0.24.6", features = ["png", "webp", "webp-encoder"] }
image = { version = "0.24.7", features = ["png", "webp", "webp-encoder"] }
img-parts = "0.3.0"
indexmap = { version = "1.9.3", features = ["rayon"] }
indicatif = { version = "0.17.7" }
Expand All @@ -30,25 +30,25 @@ jemalloc-ctl = "0.5.4"
jemallocator = "0.5.4"
lz4_flex = { version = "0.11.1", default-features = false, features = ["std", "safe-decode"] }
maud = { version = "0.25.0", features = ["axum"] }
moka = { version = "0.12.0", default-features = false, features = ["future", "atomic64"] }
mongodb = { version = "2.6.1", features = ["tracing", "bson-uuid-1", "bson-chrono-0_4"] }
moka = { version = "0.12.1", default-features = false, features = ["future", "atomic64"] }
mongodb = { version = "2.7.0", features = ["tracing", "bson-uuid-1", "bson-chrono-0_4"] }
monostate = "0.1.9"
quick-xml = { version = "0.30.0", features = ["serialize"] }
quick-xml = { version = "0.31.0", features = ["serialize"] }
rayon = "1.8.0"
reqwest = { version = "0.11.20", default-features = false, features = ["gzip", "json", "rustls-tls"] }
reqwest = { version = "0.11.22", default-features = false, features = ["gzip", "json", "rustls-tls"] }
sentry = { version = "0.31.7", default-features = false, features = ["anyhow", "backtrace", "contexts", "panic", "tracing", "reqwest", "rustls", "tower", "tower-http"] }
serde = "1.0.188"
serde = "1.0.190"
serde_json = "1.0.107"
serde_with = { version = "3.3.0", features = ["chrono", "indexmap"] }
serde_with = { version = "3.4.0", features = ["chrono", "indexmap"] }
serde_yaml = "0.9.25"
thiserror = "1.0.48"
tokio = { version = "1.32.0", default-features = false, features = ["fs", "macros", "rt-multi-thread"] }
thiserror = "1.0.50"
tokio = { version = "1.33.0", default-features = false, features = ["fs", "macros", "rt-multi-thread"] }
tower = { version = "0.4.13", default-features = false }
tower-http = { version = "0.4.4", features = ["trace"] }
tracing = { version = "0.1.37" }
tracing = { version = "0.1.40" }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
url = "2.4.1"
uuid = { version = "1.4.1", features = ["v4"] }
uuid = { version = "1.5.0", features = ["v4"] }
walkdir = "2.4.0"

[profile.release]
Expand Down

0 comments on commit 71384a8

Please sign in to comment.