mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
Merge pull request 'fix(deps): update rust crate sentry-actix to 0.27.0' (#34) from renovate/sentry-actix-0.x into master
Reviewed-on: https://git.esd.cc/imlonghao/archlinuxcn-packages/pulls/34
This commit is contained in:
commit
4db5c8fc1e
2 changed files with 39 additions and 9 deletions
46
Cargo.lock
generated
46
Cargo.lock
generated
|
@ -1730,20 +1730,20 @@ dependencies = [
|
|||
"reqwest",
|
||||
"sentry-backtrace",
|
||||
"sentry-contexts",
|
||||
"sentry-core",
|
||||
"sentry-core 0.26.0",
|
||||
"sentry-panic",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sentry-actix"
|
||||
version = "0.26.0"
|
||||
version = "0.27.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3c2aff9a468bbd69c664a5ad5bca906122591aac1dc4cd48ccf98b3fcccd1bcb"
|
||||
checksum = "028bd1933887e8a9343f6f8ce6f6c8bdcac24a3017b6240bc56d3781a2e79d10"
|
||||
dependencies = [
|
||||
"actix-web",
|
||||
"futures-util",
|
||||
"sentry-core",
|
||||
"sentry-core 0.27.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1755,7 +1755,7 @@ dependencies = [
|
|||
"backtrace",
|
||||
"lazy_static",
|
||||
"regex",
|
||||
"sentry-core",
|
||||
"sentry-core 0.26.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1767,7 +1767,7 @@ dependencies = [
|
|||
"hostname",
|
||||
"libc",
|
||||
"rustc_version",
|
||||
"sentry-core",
|
||||
"sentry-core 0.26.0",
|
||||
"uname",
|
||||
]
|
||||
|
||||
|
@ -1779,7 +1779,20 @@ checksum = "6c9f509d3959ed4dbbd80ca42572caad682aaa1cdd92c719e0815d0e87f82c96"
|
|||
dependencies = [
|
||||
"lazy_static",
|
||||
"rand",
|
||||
"sentry-types",
|
||||
"sentry-types 0.26.0",
|
||||
"serde",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sentry-core"
|
||||
version = "0.27.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5a4591a2d128af73b1b819ab95f143bc6a2fbe48cd23a4c45e1ee32177e66ae6"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"rand",
|
||||
"sentry-types 0.27.0",
|
||||
"serde",
|
||||
"serde_json",
|
||||
]
|
||||
|
@ -1791,7 +1804,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "f8b442769cc34115f64393f7bfe4f863c3c38749e0c0b9613a7ae25b37c7ba53"
|
||||
dependencies = [
|
||||
"sentry-backtrace",
|
||||
"sentry-core",
|
||||
"sentry-core 0.26.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1811,6 +1824,23 @@ dependencies = [
|
|||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sentry-types"
|
||||
version = "0.27.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "823923ae5f54a729159d720aa12181673044ee5c79cbda3be09e56f885e5468f"
|
||||
dependencies = [
|
||||
"debugid",
|
||||
"getrandom",
|
||||
"hex",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thiserror",
|
||||
"time 0.3.6",
|
||||
"url",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "serde"
|
||||
version = "1.0.137"
|
||||
|
|
|
@ -18,7 +18,7 @@ openssl = { version = "0.10.40", features = ["vendored"] }
|
|||
pg_bigdecimal = "0.1.4"
|
||||
postgres-types = { version = "0.2.3", features = ["derive"]}
|
||||
sentry = "0.26.0"
|
||||
sentry-actix = "0.26.0"
|
||||
sentry-actix = "0.27.0"
|
||||
serde = { version = "1.0.137", features = ["derive"] }
|
||||
tokio-postgres = { version = "0.7.6", features = ["with-chrono-0_4"]}
|
||||
yaml-rust = "0.4.5"
|
||||
|
|
Loading…
Add table
Reference in a new issue