huskies: merge 1181 refactor Dependency freshness sweep: bump manifest minimums, refresh lockfile, drop dead serde_yaml
This commit is contained in:
+30
-31
@@ -9,41 +9,40 @@ members = [
|
||||
resolver = "3"
|
||||
|
||||
[workspace.dependencies]
|
||||
async-stream = "0.3"
|
||||
async-stream = "0.3.6"
|
||||
async-trait = "0.1.89"
|
||||
bytes = "1"
|
||||
chrono = { version = "0.4.44", features = ["serde"] }
|
||||
chrono-tz = "0.10"
|
||||
bytes = "1.12.1"
|
||||
chrono = { version = "0.4.45", features = ["serde"] }
|
||||
chrono-tz = "0.10.4"
|
||||
eventsource-stream = "0.2.3"
|
||||
futures = "0.3"
|
||||
futures = "0.3.32"
|
||||
homedir = "0.3.6"
|
||||
ignore = "0.4.25"
|
||||
mime_guess = "2"
|
||||
ignore = "0.4.29"
|
||||
mime_guess = "2.0.5"
|
||||
notify = "8.2.0"
|
||||
poem = { version = "3", features = ["websocket", "test"] }
|
||||
poem = { version = "3.1.12", features = ["websocket", "test"] }
|
||||
portable-pty = "0.9.0"
|
||||
reqwest = { version = "0.13.3", features = ["json", "stream"] }
|
||||
rust-embed = "8"
|
||||
ed25519-dalek = { version = "3", default-features = false, features = ["rand_core"] }
|
||||
reqwest = { version = "0.13.4", features = ["json", "stream"] }
|
||||
rust-embed = "8.12.0"
|
||||
ed25519-dalek = { version = "3.0.0", default-features = false, features = ["rand_core"] }
|
||||
indexmap = { version = "2.14.0", features = ["serde"] }
|
||||
rand = "0.10"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
serde_urlencoded = "0.7"
|
||||
sha1 = "0.11"
|
||||
rand = "0.10.2"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.150"
|
||||
serde_urlencoded = "0.7.1"
|
||||
sha1 = "0.11.0"
|
||||
sha2 = "0.11.0"
|
||||
hmac = "0.13"
|
||||
subtle = "2"
|
||||
base64 = "0.22"
|
||||
serde_yaml = "0.9"
|
||||
strip-ansi-escapes = "0.2"
|
||||
tempfile = "3"
|
||||
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync"] }
|
||||
toml = "1.1.2"
|
||||
uuid = { version = "1.23.1", features = ["v4", "serde"] }
|
||||
hmac = "0.13.0"
|
||||
subtle = "2.6.1"
|
||||
base64 = "0.22.1"
|
||||
strip-ansi-escapes = "0.2.1"
|
||||
tempfile = "3.27.0"
|
||||
tokio = { version = "1.52.4", features = ["rt-multi-thread", "macros", "sync"] }
|
||||
toml = "1.1.3"
|
||||
uuid = { version = "1.24.0", features = ["v4", "serde"] }
|
||||
tokio-tungstenite = { version = "0.30.0", features = ["connect", "rustls-tls-native-roots"] }
|
||||
walkdir = "2.5.0"
|
||||
filetime = "0.2"
|
||||
filetime = "0.2.29"
|
||||
# 0.18 is current as of this pin (verified via `cargo search matrix-sdk`).
|
||||
# matrix-sdk-sqlite 0.18 pulls in rusqlite 0.37, which requires libsqlite3-sys
|
||||
# ==0.35.x — see the pin rationale in server/Cargo.toml. Bumping matrix-sdk
|
||||
@@ -52,14 +51,14 @@ matrix-sdk = { version = "0.18", default-features = false, features = [
|
||||
"sqlite",
|
||||
"e2e-encryption",
|
||||
] }
|
||||
pulldown-cmark = { version = "0.13.3", default-features = false, features = [
|
||||
pulldown-cmark = { version = "0.13.4", default-features = false, features = [
|
||||
"html",
|
||||
] }
|
||||
regex = "1"
|
||||
libc = "0.2"
|
||||
nutype = { version = "0.7", features = ["serde"] }
|
||||
regex = "1.13.1"
|
||||
libc = "0.2.186"
|
||||
nutype = { version = "0.7.0", features = ["serde"] }
|
||||
garde = { version = "0.23", features = ["derive"] }
|
||||
ammonia = "4.1"
|
||||
ammonia = "4.1.3"
|
||||
sqlx = { version = "0.9.0", default-features = false, features = [
|
||||
"runtime-tokio",
|
||||
"sqlite",
|
||||
|
||||
Reference in New Issue
Block a user