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 Jul 31, 2023
1 parent 933c0e4 commit 606b34c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ 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-tracing = "0.4.5"
Expand All @@ -28,8 +28,8 @@ 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.179"
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.0"
serde_test = "1.0.176"

[profile.release]
lto = true
Expand Down

0 comments on commit 606b34c

Please sign in to comment.