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 to 0.27.0' (#33) from renovate/sentry-0.x into master
Reviewed-on: https://git.esd.cc/imlonghao/archlinuxcn-packages/pulls/33
This commit is contained in:
commit
3076c097fe
2 changed files with 16 additions and 46 deletions
60
Cargo.lock
generated
60
Cargo.lock
generated
|
@ -1722,15 +1722,15 @@ checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
|
|||
|
||||
[[package]]
|
||||
name = "sentry"
|
||||
version = "0.26.0"
|
||||
version = "0.27.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "904eca4fb30c6112a1dae60c0a9e29cfb42f42129da4260f1ee20e94151b62e3"
|
||||
checksum = "73642819e7fa63eb264abc818a2f65ac8764afbe4870b5ee25bcecc491be0d4c"
|
||||
dependencies = [
|
||||
"httpdate",
|
||||
"reqwest",
|
||||
"sentry-backtrace",
|
||||
"sentry-contexts",
|
||||
"sentry-core 0.26.0",
|
||||
"sentry-core",
|
||||
"sentry-panic",
|
||||
"tokio",
|
||||
]
|
||||
|
@ -1743,47 +1743,34 @@ checksum = "028bd1933887e8a9343f6f8ce6f6c8bdcac24a3017b6240bc56d3781a2e79d10"
|
|||
dependencies = [
|
||||
"actix-web",
|
||||
"futures-util",
|
||||
"sentry-core 0.27.0",
|
||||
"sentry-core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sentry-backtrace"
|
||||
version = "0.26.0"
|
||||
version = "0.27.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1671189d1b759879fa4bdde46c50a499abb14332ed81f84fc6f60658f41b2fdb"
|
||||
checksum = "49bafa55eefc6dbc04c7dac91e8c8ab9e89e9414f3193c105cabd991bbc75134"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"lazy_static",
|
||||
"once_cell",
|
||||
"regex",
|
||||
"sentry-core 0.26.0",
|
||||
"sentry-core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sentry-contexts"
|
||||
version = "0.26.0"
|
||||
version = "0.27.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "db80ceff16bb1a4b2689b8758e5e61e405fc4d8ff9f2d1b5b845b76ce37fa34e"
|
||||
checksum = "c63317c4051889e73f0b00ce4024cae3e6a225f2e18a27d2c1522eb9ce2743da"
|
||||
dependencies = [
|
||||
"hostname",
|
||||
"libc",
|
||||
"rustc_version",
|
||||
"sentry-core 0.26.0",
|
||||
"sentry-core",
|
||||
"uname",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sentry-core"
|
||||
version = "0.26.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6c9f509d3959ed4dbbd80ca42572caad682aaa1cdd92c719e0815d0e87f82c96"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"rand",
|
||||
"sentry-types 0.26.0",
|
||||
"serde",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sentry-core"
|
||||
version = "0.27.0"
|
||||
|
@ -1792,36 +1779,19 @@ checksum = "5a4591a2d128af73b1b819ab95f143bc6a2fbe48cd23a4c45e1ee32177e66ae6"
|
|||
dependencies = [
|
||||
"once_cell",
|
||||
"rand",
|
||||
"sentry-types 0.27.0",
|
||||
"sentry-types",
|
||||
"serde",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sentry-panic"
|
||||
version = "0.26.0"
|
||||
version = "0.27.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f8b442769cc34115f64393f7bfe4f863c3c38749e0c0b9613a7ae25b37c7ba53"
|
||||
checksum = "696c74c5882d5a0d5b4a31d0ff3989b04da49be7983b7f52a52c667da5b480bf"
|
||||
dependencies = [
|
||||
"sentry-backtrace",
|
||||
"sentry-core 0.26.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sentry-types"
|
||||
version = "0.26.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "254b600e93e9ef00a48382c9f1e86d27884bd9a5489efa4eb9210c20c72e88a6"
|
||||
dependencies = [
|
||||
"debugid",
|
||||
"getrandom",
|
||||
"hex",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thiserror",
|
||||
"time 0.3.6",
|
||||
"url",
|
||||
"uuid",
|
||||
"sentry-core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -17,7 +17,7 @@ enum-display-derive = "0.1.1"
|
|||
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 = "0.27.0"
|
||||
sentry-actix = "0.27.0"
|
||||
serde = { version = "1.0.137", features = ["derive"] }
|
||||
tokio-postgres = { version = "0.7.6", features = ["with-chrono-0_4"]}
|
||||
|
|
Loading…
Add table
Reference in a new issue