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] authored Apr 16, 2024
1 parent 4f9f31d commit 9c7ab26
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.3"
rocket = { version = "0.5.0", default-features = false }
log = "0.4.21"
serde = "1.0.198"
figment = "0.10.17"

0 comments on commit 9c7ab26

Please sign in to comment.