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.2
This commit is contained in:
parent
e039ea26eb
commit
85ca14a5d3
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1734,9 +1734,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sentry-actix"
|
||||
version = "0.29.1"
|
||||
version = "0.29.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8c832f99bbda819c89ce700fba806ff4def97d6bdff59d15b5c898bfaf54a956"
|
||||
checksum = "cb6546964a8f825f1b19249167362f3c36d4c7eaaa4d816cc93478b2fc072eca"
|
||||
dependencies = [
|
||||
"actix-web",
|
||||
"futures-util",
|
||||
|
|
|
@ -18,7 +18,7 @@ openssl = { version = "0.10.45", features = ["vendored"] }
|
|||
pg_bigdecimal = "0.1.5"
|
||||
postgres-types = { version = "0.2.4", features = ["derive"]}
|
||||
sentry = "0.29.2"
|
||||
sentry-actix = "0.29.1"
|
||||
sentry-actix = "0.29.2"
|
||||
serde = { version = "1.0.152", 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