Upgrade dependencies

This commit is contained in:
Jonas Platte 2023-01-03 11:20:42 +01:00 committed by Jonas Platte
parent b5b74f948e
commit 78ef5270ba
3 changed files with 5 additions and 4 deletions

View File

@ -52,14 +52,15 @@ base64 = { workspace = true }
bytes = "1.0.1"
form_urlencoded = "1.0.0"
getrandom = { version = "0.2.6", optional = true }
html5ever = { version = "0.25.2", optional = true }
html5ever = { version = "0.26.0", optional = true }
http = { workspace = true, optional = true }
indexmap = { version = "1.9.1", features = ["serde", "std"] }
js_int = { workspace = true, features = ["serde"] }
js_option = "0.1.0"
# FIXME: Upgrade once MSRV >= 1.65
konst = { version = "0.2.19", features = ["rust_1_64", "alloc"] }
percent-encoding = "2.1.0"
phf = { version = "0.10.1", features = ["macros"], optional = true }
phf = { version = "0.11.1", features = ["macros"], optional = true }
pulldown-cmark = { version = "0.9.1", default-features = false, optional = true }
rand = { version = "0.8.3", optional = true }
regex = { version = "1.5.6", default-features = false, features = ["std", "perf"] }

View File

@ -25,7 +25,7 @@ pkcs8 = { version = "0.9.0", features = ["alloc"] }
rand = { version = "0.7", features = ["getrandom"] }
ruma-common = { version = "0.10.5", path = "../ruma-common", features = ["canonical-json"] }
serde_json = { workspace = true }
sha2 = "0.9.5"
sha2 = "0.10.6"
subslice = { version = "0.2.3", optional = true }
thiserror = { workspace = true }

View File

@ -14,5 +14,5 @@ semver = { version = "1.0.6", features = ["serde"], optional = true }
serde = { workspace = true }
serde_json = { workspace = true }
toml = "0.5.8"
toml_edit = { version = "0.15.0", optional = true }
toml_edit = { version = "0.17.1", optional = true }
xshell = "0.1.17"