This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Update all non-major dependencies
- Loading branch information
1 parent
da7e95e
commit 24885db
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ authors = ["Pavel Perestoronin <[email protected]>"] | |
[dependencies] | ||
anyhow = { version = "1.0.75", features = ["backtrace"] } | ||
arc-swap = "1.6.0" | ||
axum = { version = "0.6.20", default-features = false, features = ["tokio", "http1", "http2", "tracing", "headers", "query"] } | ||
axum = { version = "0.7.1", default-features = false, features = ["tokio", "http1", "http2", "tracing", "headers", "query"] } | ||
bytes = "1.5.0" | ||
chrono = { version = "0.4.31", default-features = false, features = ["std", "clock", "serde"] } | ||
chrono-humanize = "0.2.3" | ||
|
@@ -25,30 +25,30 @@ img-parts = "0.3.0" | |
indexmap = { version = "1.9.3", features = ["rayon"] } | ||
indicatif = { version = "0.17.7" } | ||
indoc = "2.0.4" | ||
itertools = "0.11.0" | ||
itertools = "0.12.0" | ||
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.1", default-features = false, features = ["future", "atomic64"] } | ||
mongodb = { version = "2.7.1", features = ["tracing", "bson-uuid-1", "bson-chrono-0_4"] } | ||
monostate = "0.1.9" | ||
monostate = "0.1.10" | ||
quick-xml = { version = "0.31.0", features = ["serialize"] } | ||
rayon = "1.8.0" | ||
reqwest = { version = "0.11.22", default-features = false, features = ["gzip", "json", "rustls-tls"] } | ||
sentry = { version = "0.31.8", default-features = false, features = ["anyhow", "backtrace", "contexts", "panic", "tracing", "reqwest", "rustls", "tower", "tower-http"] } | ||
serde = "1.0.192" | ||
serde = "1.0.193" | ||
serde_json = "1.0.108" | ||
serde_with = { version = "3.4.0", features = ["chrono", "indexmap"] } | ||
serde_yaml = "0.9.27" | ||
thiserror = "1.0.50" | ||
tokio = { version = "1.34.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"] } | ||
tower-http = { version = "0.5.0", features = ["trace"] } | ||
tracing = { version = "0.1.40" } | ||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } | ||
url = "2.4.1" | ||
uuid = { version = "1.5.0", features = ["v4"] } | ||
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } | ||
url = "2.5.0" | ||
uuid = { version = "1.6.1", features = ["v4"] } | ||
walkdir = "2.4.0" | ||
|
||
[profile.release] | ||
|