diff options
| author | EightFactorial <29801334+EightFactorial@users.noreply.github.com> | 2024-12-10 14:37:35 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-10 16:37:35 -0600 |
| commit | 2feef494718009dbcb5c62ef1e58c84c36e8bcbf (patch) | |
| tree | 8f2ebbc219c14ca383d3b392c3d03aa90c9bf8ac /Cargo.lock | |
| parent | 07109964ad8486a9d4caee430ccadf7f7fc3d648 (diff) | |
| download | azalea-drasl-2feef494718009dbcb5c62ef1e58c84c36e8bcbf.tar.xz | |
Disable the `deadlock_detection` feature by default (#195)
* Disable the `deadlock_detection` feature by default
Fixes conflicts with any packages that enable parking_lot's `send_guard` feature
* move testbot deadlock detection to a function and add additional comments
---------
Co-authored-by: mat <git@matdoes.dev>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 46 |
1 files changed, 23 insertions, 23 deletions
@@ -233,7 +233,7 @@ dependencies = [ "rand", "rustc-hash 2.1.0", "serde", - "thiserror 2.0.5", + "thiserror 2.0.6", "tokio", "tracing", "uuid", @@ -253,7 +253,7 @@ dependencies = [ "rsa", "serde", "serde_json", - "thiserror 2.0.5", + "thiserror 2.0.6", "tokio", "tracing", "uuid", @@ -296,7 +296,7 @@ dependencies = [ "byteorder", "serde_json", "simdnbt", - "thiserror 2.0.5", + "thiserror 2.0.6", "tracing", "uuid", ] @@ -351,7 +351,7 @@ dependencies = [ "regex", "reqwest", "simdnbt", - "thiserror 2.0.5", + "thiserror 2.0.6", "tokio", "tracing", "uuid", @@ -406,7 +406,7 @@ dependencies = [ "nohash-hasher", "parking_lot", "simdnbt", - "thiserror 2.0.5", + "thiserror 2.0.6", "tracing", "uuid", ] @@ -485,7 +485,7 @@ dependencies = [ "serde_json", "simdnbt", "socks5-impl", - "thiserror 2.0.5", + "thiserror 2.0.6", "tokio", "tokio-util", "tracing", @@ -537,7 +537,7 @@ dependencies = [ "parking_lot", "rustc-hash 2.1.0", "simdnbt", - "thiserror 2.0.5", + "thiserror 2.0.6", "tracing", ] @@ -857,9 +857,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" -version = "0.4.38" +version = "0.4.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" dependencies = [ "num-traits", "serde", @@ -1255,9 +1255,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "fixedbitset" @@ -1810,9 +1810,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.167" +version = "0.2.168" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" +checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" [[package]] name = "libloading" @@ -2282,7 +2282,7 @@ dependencies = [ "rustc-hash 2.1.0", "rustls", "socket2", - "thiserror 2.0.5", + "thiserror 2.0.6", "tokio", "tracing", ] @@ -2301,7 +2301,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.5", + "thiserror 2.0.6", "tinyvec", "tracing", "web-time", @@ -2309,9 +2309,9 @@ dependencies = [ [[package]] name = "quinn-udp" -version = "0.5.7" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d5a626c6807713b15cac82a6acaccd6043c9a5408c24baae07611fec3f243da" +checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527" dependencies = [ "cfg_aliases", "libc", @@ -2818,7 +2818,7 @@ dependencies = [ "bytes", "percent-encoding", "serde", - "thiserror 2.0.5", + "thiserror 2.0.6", "tokio", ] @@ -2892,11 +2892,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.5" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "643caef17e3128658ff44d85923ef2d28af81bb71e0d67bbfe1d76f19a73e053" +checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" dependencies = [ - "thiserror-impl 2.0.5", + "thiserror-impl 2.0.6", ] [[package]] @@ -2912,9 +2912,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.5" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "995d0bbc9995d1f19d28b7215a9352b0fc3cd3a2d2ec95c2cadc485cdedbcdde" +checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" dependencies = [ "proc-macro2", "quote", |
