Skip to content

Commit

Permalink
fix(deps): update cargo patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 6, 2024
1 parent 7d8614e commit b347e0b
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 @@ -17,8 +17,8 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sentry = "0.32.0"
rocket = { version = "0.5.0-rc.2", default-features = false }
log = "0.4.17"
serde = "1.0.137"
figment = "0.10.6"
sentry = "0.32.1"
rocket = { version = "0.5.0", default-features = false }
log = "0.4.20"
serde = "1.0.195"
figment = "0.10.13"

0 comments on commit b347e0b

Please sign in to comment.