Skip to content

Commit

Permalink
Update dependencies (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra authored Aug 22, 2024
1 parent a13f13b commit ad16803
Show file tree
Hide file tree
Showing 24 changed files with 246 additions and 193 deletions.
372 changes: 211 additions & 161 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ diesel-async = { version = "0.5.0", features = [
"tokio",
] }
diesel_full_text_search = { version = "2.2.0", default-features = false }
fred = { version = "9.1.0", features = [
fred = { version = "9.1.1", features = [
"enable-rustls-ring",
"full-tracing",
"i-scripts",
Expand All @@ -110,7 +110,7 @@ garde = { version = "0.20.0", features = [
itertools = { version = "0.13.0", default-features = false }
moka = { version = "=0.12.7", features = ["sync"] }
simdutf8 = { version = "0.1.4", features = ["aarch64_neon"] }
sonic-rs = "0.3.10"
sonic-rs = "0.3.11"
triomphe = { version = "0.1.13", default-features = false, features = [
"unsize",
] }
Expand Down Expand Up @@ -221,7 +221,7 @@ tokio-postgres-rustls = { git = "https://github.com/jbg/tokio-postgres-rustls.gi
async-stream = { git = "https://github.com/tokio-rs/async-stream.git", rev = "40a8deb7d41d3ac0e563f9a0fd7f600c23189987" }

# SIMD runtime detection and generic I/O wrapper
sonic-rs = { git = "https://github.com/aumetra/sonic-rs.git", rev = "737ce92662b2ef973d0d1986f72837b7df714f23" }
sonic-rs = { git = "https://github.com/aumetra/sonic-rs.git", rev = "aa96b57ffc86b8aa81d1783d785c308e472378be" }

# TCP nodelay for `axum::serve` and cloning improvements
axum = { git = "https://github.com/tokio-rs/axum.git", rev = "918170a12bfcc488000998f33684c29f5599d0d6" }
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-activitypub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sonic-rs = { workspace = true }
speedy-uuid = { workspace = true }
tracing = "0.1.40"
triomphe = { workspace = true }
typed-builder = "0.19.1"
typed-builder = "0.20.0"
url = "2.5.2"

[target.'cfg(not(target_env = "msvc"))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde = "1.0.208"
sonic-rs = { workspace = true }
tracing = "0.1.40"
triomphe = { workspace = true }
typed-builder = "0.19.1"
typed-builder = "0.20.0"

[dev-dependencies]
tokio = { version = "1.39.3", features = ["macros", "rt"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-captcha/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde = { version = "1.0.208", features = ["derive"] }
serde_urlencoded = "0.7.1"
sonic-rs = { workspace = true }
strum = { version = "0.26.3", features = ["derive"] }
typed-builder = "0.19.1"
typed-builder = "0.20.0"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/kitsune-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kitsune-error = { workspace = true }
paste = "1.0.15"
serde = { version = "1.0.208", features = ["derive"] }
triomphe = { workspace = true }
typed-builder = "0.19.1"
typed-builder = "0.20.0"
unsize = "1.1.0"

[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/kitsune-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rustls = { version = "0.23.12", default-features = false, features = [
"std",
"tls12",
] }
rustls-native-certs = "0.7.1"
rustls-native-certs = "0.7.2"
serde = { version = "1.0.208", features = ["derive"] }
sonic-rs = { workspace = true }
speedy-uuid = { workspace = true, features = ["diesel"] }
Expand All @@ -38,7 +38,7 @@ tokio-postgres-rustls = "0.12.0"
tracing = "0.1.40"
tracing-log = "0.2.0"
trials = { workspace = true }
typed-builder = "0.19.1"
typed-builder = "0.20.0"

[dev-dependencies]
kitsune-test = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license.workspace = true
[dependencies]
kitsune-derive-impl = { path = "impl" }
triomphe = { workspace = true }
typed-builder = "0.19.1"
typed-builder = "0.20.0"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/kitsune-email/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mrml = { version = "4.0.1", default-features = false, features = [
] }
speedy-uuid = { workspace = true }
triomphe = { workspace = true }
typed-builder = "0.19.1"
typed-builder = "0.20.0"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/kitsune-federation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kitsune-url = { workspace = true }
kitsune-wasm-mrf = { workspace = true }
kitsune-webfinger = { workspace = true }
triomphe = { workspace = true }
typed-builder = "0.19.1"
typed-builder = "0.20.0"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/kitsune-jobs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kitsune-error = { workspace = true }
serde = { version = "1.0.208", features = ["derive"] }
speedy-uuid = { workspace = true }
tracing = "0.1.40"
typed-builder = "0.19.1"
typed-builder = "0.20.0"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/kitsune-mastodon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ smol_str = "0.2.2"
sonic-rs = { workspace = true }
speedy-uuid = { workspace = true }
tracing = "0.1.40"
typed-builder = "0.19.1"
typed-builder = "0.20.0"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/kitsune-s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kitsune-http-client = { workspace = true }
quick-xml = { version = "0.36.1", features = ["serialize"] }
rusty-s3 = "0.5.0"
serde = { version = "1.0.208", features = ["derive"] }
typed-builder = "0.19.1"
typed-builder = "0.20.0"

[dev-dependencies]
kitsune-test = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ speedy-uuid = { workspace = true }
tokio = { version = "1.39.3", features = ["macros", "sync"] }
tracing = "0.1.40"
triomphe = { workspace = true }
typed-builder = "0.19.1"
typed-builder = "0.20.0"
url = "2.5.2"
zxcvbn = { version = "3.1.0", default-features = false }

Expand Down
8 changes: 4 additions & 4 deletions crates/kitsune-wasm-mrf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build = "build.rs"

[dependencies]
async-trait = "0.1.81"
blake3 = "1.5.3"
blake3 = "1.5.4"
color-eyre = "0.6.3"
derive_more = { version = "1.0.0", features = ["from"] }
enum_dispatch = "0.3.13"
Expand All @@ -29,7 +29,7 @@ tokio = { version = "1.39.3", features = ["fs"] }
tracing = "0.1.40"
triomphe = { workspace = true }
walkdir = "2.5.0"
wasmtime = { version = "23.0.2", default-features = false, features = [
wasmtime = { version = "24.0.0", default-features = false, features = [
"addr2line",
"async",
"component-model",
Expand All @@ -38,13 +38,13 @@ wasmtime = { version = "23.0.2", default-features = false, features = [
"pooling-allocator",
"runtime",
] }
wasmtime-wasi = { version = "23.0.2", default-features = false }
wasmtime-wasi = { version = "24.0.0", default-features = false }

[dev-dependencies]
tempfile = "3.12.0"
tokio = { version = "1.39.3", features = ["macros", "rt"] }
tracing-subscriber = "0.3.18"
wat = "1.215.0"
wat = "1.216.0"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion kitsune-job-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mimalloc = "0.1.43"
tokio = { version = "1.39.3", features = ["full"] }
tracing = "0.1.40"
triomphe = { workspace = true }
typed-builder = "0.19.1"
typed-builder = "0.20.0"

[features]

Expand Down
2 changes: 1 addition & 1 deletion kitsune/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ tower-http-digest = { workspace = true }
tracing = "0.1.40"
trials = { workspace = true }
triomphe = { workspace = true }
typed-builder = "0.19.1"
typed-builder = "0.20.0"
url = "2.5.2"

# --- Optional dependencies ---
Expand Down
6 changes: 4 additions & 2 deletions lib/athena/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tokio = { version = "1.39.3", features = ["macros", "rt", "sync"] }
tokio-util = { version = "0.7.11", features = ["rt"] }
tracing = "0.1.40"
triomphe = { workspace = true }
typed-builder = "0.19.1"
typed-builder = "0.20.0"
typetag = "0.2.18"
unsize = "1.1.0"

Expand All @@ -36,7 +36,9 @@ redis = ["dep:either", "dep:fred", "dep:rand", "dep:sonic-rs"]

[dev-dependencies]
kitsune-test = { workspace = true }
postcard = { version = "1.0.8", default-features = false, features = ["alloc"] }
postcard = { version = "1.0.10", default-features = false, features = [
"alloc",
] }
tracing-subscriber = "0.3.18"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion lib/cursiv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"

[dependencies]
aliri_braid = "0.4.0"
blake3 = "1.5.3"
blake3 = "1.5.4"
cookie = { version = "0.18.1", features = ["percent-encode"] }
hex-simd = "0.8.0"
http = "1.1.0"
Expand Down
1 change: 1 addition & 0 deletions lib/fast-cjson/tests/proptest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pub struct Data {
int_array: Vec<i32>,
string: String,
string_array: Vec<String>,
big_int: i128,
}

proptest! {
Expand Down
2 changes: 1 addition & 1 deletion lib/geomjeungja/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ simdutf8 = { workspace = true }
thiserror = "1.0.63"
tracing = "0.1.40"
triomphe = { workspace = true }
typed-builder = "0.19.1"
typed-builder = "0.20.0"
unsize = "1.1.0"

[dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions lib/mrf-manifest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.208", features = ["derive"] }
sonic-rs = { workspace = true, optional = true }
thiserror = { version = "1.0.63", optional = true }
wasm-encoder = { version = "0.215.0", optional = true }
wasmparser = { version = "0.215.0", optional = true }
wasm-encoder = { version = "0.216.0", optional = true }
wasmparser = { version = "0.216.0", optional = true }

[dev-dependencies]
insta = { version = "1.39.0", default-features = false, features = ["json"] }
sonic-rs = { workspace = true }
wat = "1.215.0"
wat = "1.216.0"

[features]
decode = ["dep:leb128", "dep:sonic-rs", "dep:thiserror", "dep:wasmparser"]
Expand Down
4 changes: 2 additions & 2 deletions lib/mrf-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ mrf-manifest = { workspace = true, features = [
"serialise",
] }
serde_json = "1.0.125"
wasmparser = "0.215.0"
wasmparser = "0.216.0"

[lints]
workspace = true

[dev-dependencies]
serde_json = "1.0.125"
wat = "1.215.0"
wat = "1.216.0"
2 changes: 1 addition & 1 deletion lib/speedy-uuid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ diesel = { version = "2.2.2", default-features = false, features = [
"postgres_backend",
"uuid",
], optional = true }
fred = { version = "9.1.0", default-features = false, optional = true }
fred = { version = "9.1.1", default-features = false, optional = true }
serde = { version = "1.0.208", optional = true }
thiserror = "1.0.63"
uuid = { version = "1.10.0", features = ["fast-rng", "v7"] }
Expand Down

0 comments on commit ad16803

Please sign in to comment.