mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
fix(deps): update rust crate sentry-actix to 0.29.1
This commit is contained in:
parent
22228ed2df
commit
f348fda2e1
2 changed files with 7 additions and 7 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -1782,9 +1782,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sentry-actix"
|
||||
version = "0.29.0"
|
||||
version = "0.29.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "44a67b767ff06a499fd9c01b93028cf0ea39ce383c1bd78ce9c05a704630dddc"
|
||||
checksum = "8c832f99bbda819c89ce700fba806ff4def97d6bdff59d15b5c898bfaf54a956"
|
||||
dependencies = [
|
||||
"actix-web",
|
||||
"futures-util",
|
||||
|
@ -1819,9 +1819,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sentry-core"
|
||||
version = "0.29.0"
|
||||
version = "0.29.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8be90ea119c6d0664c8ab534013bc9e90355e7004d782d5d1492ca513393b929"
|
||||
checksum = "4df9b9d8de2658a1ecd4e45f7b06c80c5dd97b891bfbc7c501186189b7e9bbdf"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"rand",
|
||||
|
@ -1842,9 +1842,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sentry-types"
|
||||
version = "0.29.0"
|
||||
version = "0.29.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "67ad85f0addf16310a1fbcf3facc7acb17ef5dbf6ae059d2f3c38442a471404d"
|
||||
checksum = "ccc95faa4078768a6bf8df45e2b894bbf372b3dbbfb364e9429c1c58ab7545c6"
|
||||
dependencies = [
|
||||
"debugid",
|
||||
"getrandom",
|
||||
|
|
|
@ -18,7 +18,7 @@ openssl = { version = "0.10.43", features = ["vendored"] }
|
|||
pg_bigdecimal = "0.1.5"
|
||||
postgres-types = { version = "0.2.4", features = ["derive"]}
|
||||
sentry = "0.29.0"
|
||||
sentry-actix = "0.29.0"
|
||||
sentry-actix = "0.29.1"
|
||||
serde = { version = "1.0.148", features = ["derive"] }
|
||||
tokio-postgres = { version = "0.7.7", features = ["with-chrono-0_4"]}
|
||||
yaml-rust = "0.4.5"
|
||||
|
|
Loading…
Add table
Reference in a new issue