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 and eigenein committed Sep 1, 2023
1 parent da81fdc commit c5717e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ 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"] }
bytes = "1.4.0"
chrono = { version = "0.4.26", default-features = false, features = ["std", "clock", "serde"] }
chrono = { version = "0.4.28", default-features = false, features = ["std", "clock", "serde"] }
chrono-humanize = "0.2.3"
clap = { version = "4.4.0", features = ["derive", "env", "cargo"] }
clap = { version = "4.4.2", features = ["derive", "env", "cargo"] }
cookie = "0.17.0"
crc32fast = "1.3.2"
derive_more = { version = "0.99.17", default-features = false, features = ["from"] }
Expand All @@ -36,15 +36,15 @@ monostate = "0.1.9"
quick-xml = { version = "0.30.0", features = ["serialize"] }
rayon = "1.7.0"
reqwest = { version = "0.11.20", default-features = false, features = ["gzip", "json", "rustls-tls"] }
sentry = { version = "0.31.5", default-features = false, features = ["anyhow", "backtrace", "contexts", "panic", "tracing", "reqwest", "rustls", "tower", "tower-http"] }
sentry = { version = "0.31.6", default-features = false, features = ["anyhow", "backtrace", "contexts", "panic", "tracing", "reqwest", "rustls", "tower", "tower-http"] }
serde = "1.0.188"
serde_json = "1.0.105"
serde_with = { version = "3.3.0", features = ["chrono", "indexmap"] }
serde_yaml = "0.9.25"
thiserror = "1.0.47"
tokio = { version = "1.32.0", default-features = false, features = ["fs", "macros", "rt-multi-thread"] }
tower = { version = "0.4.13", default-features = false }
tower-http = { version = "0.4.3", features = ["trace"] }
tower-http = { version = "0.4.4", features = ["trace"] }
tracing = { version = "0.1.37" }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
url = "2.4.1"
Expand Down

0 comments on commit c5717e4

Please sign in to comment.