Upgrade dependencies
This commit is contained in:
parent
b5b74f948e
commit
78ef5270ba
@ -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"] }
|
||||
|
@ -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 }
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user