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.24.3
This commit is contained in:
parent
86656bbc3c
commit
cc97d0e5b8
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2380,9 +2380,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sentry-actix"
|
||||
version = "0.24.2"
|
||||
version = "0.24.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "94f2a116b45ad9d8bbda3c581b8bc2ffdc58cfc22bec0532ca7b4d4108959418"
|
||||
checksum = "9e02e7b8ad2bb659e31aab3330d20ac821b60906edf8d7eee5db1bcc15e59084"
|
||||
dependencies = [
|
||||
"actix-web 3.3.3",
|
||||
"futures-util",
|
||||
|
|
|
@ -18,7 +18,7 @@ openssl = { version = "0.10.38", features = ["vendored"] }
|
|||
pg_bigdecimal = "0.1.4"
|
||||
postgres-types = { version = "0.2.2", features = ["derive"]}
|
||||
sentry = "0.24.3"
|
||||
sentry-actix = "0.24.2"
|
||||
sentry-actix = "0.24.3"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
tokio-postgres = { version = "0.7.5", features = ["with-chrono-0_4"]}
|
||||
yaml-rust = "0.4.5"
|
||||
|
|
Loading…
Add table
Reference in a new issue