Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Nov 28, 2024
1 parent c45be3f commit 54ce775
Show file tree
Hide file tree
Showing 32 changed files with 145 additions and 139 deletions.
188 changes: 97 additions & 91 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ garde = { version = "0.20.0", features = [
"regex",
"serde",
] }
hickory-resolver = { version = "0.25.0-alpha.3", default-features = false, features = [
hickory-resolver = { version = "0.25.0-alpha.4", default-features = false, features = [
"dns-over-rustls",
"native-certs",
"tokio-runtime",
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 @@ -35,7 +35,7 @@ serde = "1.0.215"
sha2 = "0.10.8"
sonic-rs = { workspace = true }
speedy-uuid = { workspace = true }
tracing = "0.1.40"
tracing = "0.1.41"
triomphe = { workspace = true }
typed-builder = "0.20.0"
url = "2.5.4"
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 @@ -12,7 +12,7 @@ kitsune-error = { workspace = true }
moka = { workspace = true }
serde = "1.0.215"
sonic-rs = { workspace = true }
tracing = "0.1.40"
tracing = "0.1.41"
triomphe = { workspace = true }
typed-builder = "0.20.0"

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 @@ -22,7 +22,7 @@ kitsune-language = { workspace = true }
kitsune-type = { workspace = true }
num-derive = "0.4.2"
num-traits = "0.2.19"
rustls = { version = "0.23.18", default-features = false, features = [
rustls = { version = "0.23.19", default-features = false, features = [
"logging",
"ring",
"std",
Expand All @@ -35,7 +35,7 @@ speedy-uuid = { workspace = true, features = ["diesel"] }
tokio = { workspace = true, features = ["rt"] }
tokio-postgres = "0.7.12"
tokio-postgres-rustls = "0.13.0"
tracing = "0.1.40"
tracing = "0.1.41"
tracing-log = "0.2.0"
trials = { workspace = true }
typed-builder = "0.20.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ garde = { workspace = true }
http = "1.1.0"
sonic-rs = { workspace = true }
sync_wrapper = "1.0.2"
tracing = "0.1.40"
tracing = "0.1.41"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/kitsune-http-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license.workspace = true

[dependencies]
asynk-strim = { workspace = true }
bytes = "1.8.0"
bytes = "1.9.0"
futures-util = { version = "0.3.31", default-features = false, features = [
"alloc",
] }
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-jobs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kitsune-email = { workspace = true }
kitsune-error = { workspace = true }
serde = { version = "1.0.215", features = ["derive"] }
speedy-uuid = { workspace = true }
tracing = "0.1.40"
tracing = "0.1.41"
typed-builder = "0.20.0"

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

[lints]
Expand Down
6 changes: 3 additions & 3 deletions crates/kitsune-observability/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hyper = { version = "1.5.1", default-features = false }
kitsune-config = { workspace = true }
kitsune-core = { workspace = true }
kitsune-http-client = { workspace = true }
opentelemetry = { version = "0.27.0", default-features = false, features = [
opentelemetry = { version = "0.27.1", default-features = false, features = [
"trace",
] }
opentelemetry-http = "0.27.0"
Expand All @@ -25,10 +25,10 @@ opentelemetry-otlp = { version = "0.27.0", default-features = false, features =
"tls-roots",
"trace",
] }
opentelemetry_sdk = { version = "0.27.0", default-features = false, features = [
opentelemetry_sdk = { version = "0.27.1", default-features = false, features = [
"rt-tokio",
] }
tracing = "0.1.40"
tracing = "0.1.41"
tracing-error = "0.2.0"
tracing-opentelemetry = { version = "0.28.0", default-features = false }
tracing-subscriber = "0.3.18"
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version.workspace = true
license.workspace = true

[dependencies]
bytes = "1.8.0"
bytes = "1.9.0"
futures-util = { version = "0.3.31", default-features = false }
http = "1.1.0"
kitsune-error = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/kitsune-search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license.workspace = true

[dependencies]
async-trait = "0.1.83"
bytes = "1.8.0"
bytes = "1.9.0"
diesel = { workspace = true }
diesel-async = { workspace = true }
diesel_full_text_search = { workspace = true }
Expand All @@ -27,7 +27,7 @@ serde = { version = "1.0.215", features = ["derive"] }
serde_urlencoded = "0.7.1"
speedy-uuid = { workspace = true }
strum = { version = "0.26.3", features = ["derive"] }
tracing = "0.1.40"
tracing = "0.1.41"

[lints]
workspace = true
4 changes: 2 additions & 2 deletions crates/kitsune-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ argon2 = "0.5.3"
asynk-strim = { workspace = true }
athena = { workspace = true }
blowocking = { workspace = true }
bytes = "1.8.0"
bytes = "1.9.0"
derive_builder = "0.20.2"
diesel = { workspace = true }
diesel-async = { workspace = true }
Expand Down Expand Up @@ -49,7 +49,7 @@ serde = "1.0.215"
smol_str = "0.3.2"
speedy-uuid = { workspace = true }
tokio = { workspace = true, features = ["macros", "sync"] }
tracing = "0.1.40"
tracing = "0.1.41"
triomphe = { workspace = true }
typed-builder = "0.20.0"
url = "2.5.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition.workspace = true
license.workspace = true

[dependencies]
bytes = "1.8.0"
bytes = "1.9.0"
derive_more = { version = "1.0.0", features = ["from"] }
futures-util = "0.3.31"
kitsune-error = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version.workspace = true
license.workspace = true

[dependencies]
bytes = "1.8.0"
bytes = "1.9.0"
diesel-async = { workspace = true }
fred = { workspace = true }
futures-util = "0.3.31"
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.83"
blake3 = "1.5.4"
blake3 = "1.5.5"
color-eyre = "0.6.3"
derive_more = { version = "1.0.0", features = ["from"] }
enum_dispatch = "0.3.13"
Expand All @@ -29,7 +29,7 @@ slab = "0.4.9"
smol_str = "0.3.2"
sonic-rs = { workspace = true }
tokio = { workspace = true, features = ["fs"] }
tracing = "0.1.40"
tracing = "0.1.41"
triomphe = { workspace = true }
walkdir = "2.5.0"
wasmtime = { version = "27.0.0", default-features = false, features = [
Expand All @@ -44,12 +44,12 @@ wasmtime = { version = "27.0.0", default-features = false, features = [
wasmtime-wasi = { version = "27.0.0", default-features = false }

[dev-dependencies]
bytes = "1.8.0"
bytes = "1.9.0"
tempfile = "3.14.0"
tokio = { workspace = true, features = ["macros", "rt"] }
tower = "0.5.1"
tracing-subscriber = "0.3.18"
wat = "1.220.0"
wat = "1.221.0"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/kitsune-wasm-mrf/example-mrf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]

[dependencies]
rand = "0.8.5"
wit-bindgen = "0.35.0"
wit-bindgen = "0.36.0"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/kitsune-wasm-mrf/tests/http-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build = "build.rs"
crate-type = ["cdylib"]

[dependencies]
wit-bindgen = "0.35.0"
wit-bindgen = "0.36.0"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/kitsune-webfinger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kitsune-error = { workspace = true }
kitsune-http-client = { workspace = true }
kitsune-type = { workspace = true }
kitsune-util = { workspace = true }
tracing = "0.1.40"
tracing = "0.1.41"
triomphe = { workspace = true }
urlencoding = "2.1.3"

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

Expand Down
4 changes: 2 additions & 2 deletions kitsune/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ axum-extra = { version = "0.9.6", features = [
] }
axum-flash = "0.8.0"
blowocking = { workspace = true }
bytes = "1.8.0"
bytes = "1.9.0"
chrono = { version = "0.4.38", default-features = false }
clap = { workspace = true }
color-eyre = "0.6.3"
Expand Down Expand Up @@ -98,7 +98,7 @@ tower-http = { version = "0.6.2", features = [
"trace",
] }
tower-http-digest = { workspace = true }
tracing = "0.1.40"
tracing = "0.1.41"
trials = { workspace = true }
triomphe = { workspace = true }
typed-builder = "0.20.0"
Expand Down
4 changes: 2 additions & 2 deletions lib/athena/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ speedy-uuid = { workspace = true, features = ["redis"] }
thiserror = "2.0.3"
tokio = { workspace = true, features = ["macros", "rt", "sync"] }
tokio-util = { version = "0.7.12", features = ["rt"] }
tracing = "0.1.40"
tracing = "0.1.41"
triomphe = { workspace = true }
typed-builder = "0.20.0"
typetag = "0.2.18"
Expand All @@ -36,7 +36,7 @@ redis = ["dep:either", "dep:fred", "dep:rand", "dep:sonic-rs"]

[dev-dependencies]
kitsune-test = { workspace = true }
postcard = { version = "1.0.10", default-features = false, features = [
postcard = { version = "1.1.0", default-features = false, features = [
"alloc",
] }
tracing-subscriber = "0.3.18"
Expand Down
2 changes: 1 addition & 1 deletion lib/blowocking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
rayon = "1.10.0"
thiserror = "2.0.3"
tokio = { workspace = true, features = ["sync"] }
tracing = "0.1.40"
tracing = "0.1.41"

[features]
default = ["io"]
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.4"
blake3 = "1.5.5"
cookie = { version = "0.18.1", features = ["percent-encode"] }
hex-simd = "0.8.0"
http = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/geomjeungja/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rand = "0.8.5"
serde = { version = "1.0.215", features = ["derive"] }
simdutf8 = { workspace = true }
thiserror = "2.0.3"
tracing = "0.1.40"
tracing = "0.1.41"
triomphe = { workspace = true }
typed-builder = "0.20.0"
unsize = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/http-signatures-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
clap = { workspace = true }
http-signatures = { workspace = true }
miette = { version = "7.3.0", features = ["fancy"] }
miette = { version = "7.4.0", features = ["fancy"] }
owo-colors = { version = "4.1.0", features = ["supports-colors"] }

[lints]
Expand Down
4 changes: 2 additions & 2 deletions lib/http-signatures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ httpdate = "1.0.3"
itertools = { workspace = true }
lexical-parse-integer = "1.0.2"
logos = "0.14.2"
miette = "7.3.0"
miette = "7.4.0"
pkcs8 = { version = "0.10.2", features = ["pem", "std"] }
ring = { version = "0.17.8", features = ["std"] }
scoped-futures = { version = "0.1.4", default-features = false }
thiserror = "2.0.3"
tick-tock-mock = { workspace = true }
tracing = { version = "0.1.40", default-features = false, optional = true }
tracing = { version = "0.1.41", default-features = false, optional = true }

[dev-dependencies]
divan = "0.1.16"
Expand Down
2 changes: 1 addition & 1 deletion lib/just-retry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
retry-policies = "0.4.0"
tokio = { workspace = true, features = ["time"] }
tracing = "0.1.40"
tracing = "0.1.41"

[lints]
workspace = true
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.215", features = ["derive"] }
sonic-rs = { workspace = true, optional = true }
thiserror = { version = "2.0.3", optional = true }
wasm-encoder = { version = "0.220.0", optional = true }
wasmparser = { version = "0.220.0", optional = true }
wasm-encoder = { version = "0.221.0", optional = true }
wasmparser = { version = "0.221.0", optional = true }

[dev-dependencies]
insta = { version = "1.41.1", default-features = false, features = ["json"] }
sonic-rs = { workspace = true }
wat = "1.220.0"
wat = "1.221.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",
] }
sonic-rs = { workspace = true }
wasmparser = "0.220.0"
wasmparser = "0.221.0"

[dev-dependencies]
sonic-rs = { workspace = true }
wat = "1.220.0"
wat = "1.221.0"

[lints]
workspace = true
6 changes: 3 additions & 3 deletions lib/tower-http-digest/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]
base64-simd = "0.8.0"
bytes = "1.8.0"
bytes = "1.9.0"
either = { version = "1.13.0", default-features = false }
http = "1.1.0"
http-body = "1.0.1"
Expand All @@ -17,10 +17,10 @@ sha2 = "0.10.8"
subtle = "2.6.1"
tower-layer = "0.3.3"
tower-service = "0.3.3"
tracing = { version = "0.1.40", default-features = false }
tracing = { version = "0.1.41", default-features = false }

[dev-dependencies]
bytes = "1.8.0"
bytes = "1.9.0"
futures-test = "0.3.31"
http-body-util = "0.1.2"
tower = { version = "0.5.1", default-features = false, features = ["util"] }
Expand Down
4 changes: 2 additions & 2 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ publish = false
argh = "0.1.12"
eyre = "0.6.12"
sonic-rs = { workspace = true }
tracing = { version = "0.1.40", default-features = false }
tracing = { version = "0.1.41", default-features = false }
tracing-subscriber = { version = "0.3.18", default-features = false, features = [
"ansi",
"fmt",
] }
ureq = "2.10.1"
ureq = "2.11.0"

[lints]
workspace = true

0 comments on commit 54ce775

Please sign in to comment.