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 20, 2023
1 parent 933c0e4 commit 9fde96c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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"] }
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.173"
serde_json = "1.0.103"
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.173"

[profile.release]
lto = true
Expand Down

0 comments on commit 9fde96c

Please sign in to comment.