Skip to content

Commit

Permalink
Update Rust crate thiserror to v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 7f645ff commit 2ee2576
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ features = [
"time",
"rt-multi-thread",
"io-util",
"tracing",
]

[workspace.dependencies.tokio-metrics]
Expand Down Expand Up @@ -335,7 +334,7 @@ version = "0.1.2"
[workspace.dependencies.ruma]
git = "https://github.com/girlbossceo/ruwuma"
#branch = "conduwuit-changes"
rev = "112ccc24cb14de26757715d611285d0806d5d91f"
rev = "a204cb56dbc20f72a1cbd0e9d6c827bbfd4082f2"
features = [
"compat",
"rand",
Expand All @@ -351,6 +350,7 @@ features = [
"compat-upload-signatures",
"identifiers-validation",
"unstable-unspecified",
"unstable-msc2409",
"unstable-msc2448",
"unstable-msc2666",
"unstable-msc2867",
Expand All @@ -366,7 +366,6 @@ features = [
"unstable-msc4121",
"unstable-msc4125",
"unstable-msc4186",
"unstable-msc4203", # sending to-device events to appservices
"unstable-msc4210", # remove legacy mentions
"unstable-extensible-events",
]
Expand Down Expand Up @@ -494,9 +493,6 @@ version = "1.0.89"
[workspace.dependencies.bytesize]
version = "1.3.0"

[workspace.dependencies.core_affinity]
version = "0.8.1"

#
# Patches
#
Expand Down

0 comments on commit 2ee2576

Please sign in to comment.