bump cargo.toml dependencies

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-16 16:35:18 -04:00 committed by June
parent 541fa2d2f7
commit eebdd30ed7
2 changed files with 240 additions and 57 deletions

View file

@ -121,7 +121,7 @@ features = ["rc"]
version = "0.9.34"
# Used for ruma wrapper
[dependencies.serde_json]
version = "1.0.115"
version = "1.0.116"
features = ["raw_value"]
@ -176,7 +176,7 @@ features = ["rt-tokio"]
# optional sentry metrics for crash/panic reporting
[dependencies.sentry]
version = "0.32.2"
version = "0.32.3"
optional = true
default-features = false
features = [
@ -192,10 +192,10 @@ features = [
"log",
]
[dependencies.sentry-tracing]
version = "0.32.2"
version = "0.32.3"
optional = true
[dependencies.sentry-tower]
version = "0.32.2"
version = "0.32.3"
optional = true
# optional jemalloc usage
@ -237,7 +237,7 @@ default-features = false
# Used for reading the configuration from conduit.toml & environment variables
[dependencies.figment]
version = "0.10.16"
version = "0.10.17"
features = ["env", "toml"]
# Used for matrix spec type definitions and helpers