Merge pull request 'fix(deps): update rust crate sentry-actix to 0.25.0' (#16) from renovate/sentry-actix-0.x into master

Reviewed-on: https://git.esd.cc/imlonghao/archlinuxcn-packages/pulls/16
This commit is contained in:
imlonghao 2022-03-02 14:00:45 +00:00
commit 79ff319104
2 changed files with 143 additions and 1119 deletions

1260
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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.25.0"
sentry-actix = "0.24.3"
sentry-actix = "0.25.0"
serde = { version = "1.0.136", features = ["derive"] }
tokio-postgres = { version = "0.7.5", features = ["with-chrono-0_4"]}
yaml-rust = "0.4.5"