mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-03-14 18:55:37 +00:00
bump cargo.lock, bump some deps
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
badb83484f
commit
1e3bb02ced
2 changed files with 229 additions and 269 deletions
464
Cargo.lock
generated
464
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
34
Cargo.toml
34
Cargo.toml
|
@ -45,7 +45,7 @@ version = "0.5.7"
|
|||
version = "0.2.9"
|
||||
|
||||
[workspace.dependencies.cargo_toml]
|
||||
version = "0.20"
|
||||
version = "0.21"
|
||||
default-features = false
|
||||
features = ["features"]
|
||||
|
||||
|
@ -79,13 +79,13 @@ version = "0.8.5"
|
|||
|
||||
# Used for the http request / response body type for Ruma endpoints used with reqwest
|
||||
[workspace.dependencies.bytes]
|
||||
version = "1.8.0"
|
||||
version = "1.9.0"
|
||||
|
||||
[workspace.dependencies.http-body-util]
|
||||
version = "0.1.2"
|
||||
|
||||
[workspace.dependencies.http]
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
|
||||
[workspace.dependencies.regex]
|
||||
version = "1.11.1"
|
||||
|
@ -138,7 +138,7 @@ features = [
|
|||
]
|
||||
|
||||
[workspace.dependencies.rustls]
|
||||
version = "0.23.16"
|
||||
version = "0.23.19"
|
||||
default-features = false
|
||||
features = ["aws_lc_rs"]
|
||||
|
||||
|
@ -153,7 +153,7 @@ features = [
|
|||
]
|
||||
|
||||
[workspace.dependencies.serde]
|
||||
version = "1.0.215"
|
||||
version = "1.0.216"
|
||||
default-features = false
|
||||
features = ["rc"]
|
||||
|
||||
|
@ -199,7 +199,7 @@ default-features = false
|
|||
version = "0.1.41"
|
||||
default-features = false
|
||||
[workspace.dependencies.tracing-subscriber]
|
||||
version = "0.3.18"
|
||||
version = "=0.3.18"
|
||||
default-features = false
|
||||
features = ["env-filter", "std", "tracing", "tracing-log", "ansi", "fmt"]
|
||||
[workspace.dependencies.tracing-core]
|
||||
|
@ -213,7 +213,7 @@ default-features = false
|
|||
|
||||
# used for conduit's CLI and admin room command parsing
|
||||
[workspace.dependencies.clap]
|
||||
version = "4.5.21"
|
||||
version = "4.5.23"
|
||||
default-features = false
|
||||
features = [
|
||||
"derive",
|
||||
|
@ -231,7 +231,7 @@ default-features = false
|
|||
features = ["std", "async-await"]
|
||||
|
||||
[workspace.dependencies.tokio]
|
||||
version = "1.41.1"
|
||||
version = "1.42.0"
|
||||
default-features = false
|
||||
features = [
|
||||
"fs",
|
||||
|
@ -245,10 +245,10 @@ features = [
|
|||
]
|
||||
|
||||
[workspace.dependencies.tokio-metrics]
|
||||
version = "0.3.1"
|
||||
version = "0.4.0"
|
||||
|
||||
[workspace.dependencies.libloading]
|
||||
version = "0.8.5"
|
||||
version = "0.8.6"
|
||||
|
||||
# Validating urls in config, was already a transitive dependency
|
||||
[workspace.dependencies.url]
|
||||
|
@ -294,12 +294,12 @@ default-features = false
|
|||
features = ["env", "toml"]
|
||||
|
||||
[workspace.dependencies.hickory-resolver]
|
||||
version = "0.24.1"
|
||||
version = "0.24.2"
|
||||
default-features = false
|
||||
|
||||
# Used for conduit::Error type
|
||||
[workspace.dependencies.thiserror]
|
||||
version = "2.0.3"
|
||||
version = "2.0.6"
|
||||
default-features = false
|
||||
|
||||
# Used when hashing the state
|
||||
|
@ -334,7 +334,7 @@ version = "0.1.2"
|
|||
[workspace.dependencies.ruma]
|
||||
git = "https://github.com/girlbossceo/ruwuma"
|
||||
#branch = "conduwuit-changes"
|
||||
rev = "1a550585bf025cce48ef8b734339245092bc986e"
|
||||
rev = "08f58cd3236fdf175913b2bcaf8865359696d94d"
|
||||
features = [
|
||||
"compat",
|
||||
"rand",
|
||||
|
@ -410,7 +410,7 @@ features = ["rt-tokio"]
|
|||
|
||||
# optional sentry metrics for crash/panic reporting
|
||||
[workspace.dependencies.sentry]
|
||||
version = "0.34.0"
|
||||
version = "0.35.0"
|
||||
default-features = false
|
||||
features = [
|
||||
"backtrace",
|
||||
|
@ -426,9 +426,9 @@ features = [
|
|||
]
|
||||
|
||||
[workspace.dependencies.sentry-tracing]
|
||||
version = "0.34.0"
|
||||
version = "0.35.0"
|
||||
[workspace.dependencies.sentry-tower]
|
||||
version = "0.34.0"
|
||||
version = "0.35.0"
|
||||
|
||||
# jemalloc usage
|
||||
[workspace.dependencies.tikv-jemalloc-sys]
|
||||
|
@ -480,7 +480,7 @@ default-features = false
|
|||
version = "0.1"
|
||||
|
||||
[workspace.dependencies.syn]
|
||||
version = "2.0.87"
|
||||
version = "2.0.90"
|
||||
default-features = false
|
||||
features = ["full", "extra-traits"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue