Skip to content

Commit

Permalink
Update Cargo patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2023
1 parent bf37ab9 commit 95cd516
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.31.7"
rocket = { version = "0.5.0-rc.2", default-features = false }
log = "0.4.17"
serde = "1.0.137"
figment = "0.10.6"
sentry = "0.31.8"
rocket = { version = "0.5.0-rc.4", default-features = false }
log = "0.4.20"
serde = "1.0.192"
figment = "0.10.12"

0 comments on commit 95cd516

Please sign in to comment.