fix(deps): update rust crate sentry-actix to 0.25.0

This commit is contained in:
renovatebot 2022-03-02 14:00:22 +00:00
parent b41e38b714
commit 0fe5eaf3ab
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"