Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2023
1 parent 933c0e4 commit b8a6c95
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@ path = "src/main.rs"
name = "netcup-offer-bot"

[dependencies]
anyhow = { version = "1.0.71", features = ["backtrace"] }
anyhow = { version = "1.0.72", features = ["backtrace"] }
thiserror = "1.0"
backtrace = "0.3.68"
sentry = { version = "0.31.5", features = ["anyhow", "debug-images", "reqwest", "backtrace", "tracing", "profiling"] }
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std", "wasmbind", "serde"] }
webhook = "2.1.2"
rss = { version = "2.0.4", features = ["validation"] }
rss = { version = "2.0.5", features = ["validation"] }
reqwest = { version = "0.11.18" }
reqwest-middleware = "0.2.2"
reqwest-middleware = "0.2.3"
reqwest-tracing = "0.4.5"
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1.14"
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
strum = "0.25.0"
strum_macros = "0.25"
serde = "1.0.171"
serde_json = "1.0.102"
serde = "1.0.183"
serde_json = "1.0.104"
prometheus = { version = "0.13", features = ["process"] }
prometheus_exporter = "0.8.5"
lazy_static = "1.4.0"
Expand All @@ -38,8 +38,8 @@ config = "0.13.3"

[dev-dependencies]
temp-env = "0.3.4"
tempfile = "3.6.0"
serde_test = "1.0.171"
tempfile = "3.7.1"
serde_test = "1.0.176"

[profile.release]
lto = true
Expand Down

0 comments on commit b8a6c95

Please sign in to comment.