Skip to content

Commit

Permalink
Update dependencies and sonic-rs commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Jun 1, 2024
1 parent 8ff4d08 commit f764ecd
Show file tree
Hide file tree
Showing 27 changed files with 130 additions and 140 deletions.
188 changes: 89 additions & 99 deletions Cargo.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ askama = { version = "0.12.1", default-features = false, features = [
"with-axum",
] }
clap = { version = "4.5.4", features = ["derive", "wrap_help"] }
diesel = { version = "2.1.6", default-features = false, features = [
diesel = { version = "2.2.0", default-features = false, features = [
"32-column-tables",
"with-deprecated",
] }
Expand All @@ -89,7 +89,7 @@ diesel-async = { version = "0.4.1", features = [
"postgres",
"tokio",
] }
diesel_full_text_search = { version = "2.1.1", default-features = false }
diesel_full_text_search = { version = "2.2.0", default-features = false }
fred = { version = "9.0.3", features = [
"enable-rustls-ring",
"full-tracing",
Expand All @@ -107,7 +107,7 @@ 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.6"
triomphe = { version = "0.1.11", default-features = false, features = [
triomphe = { version = "0.1.12", default-features = false, features = [
"unsize",
] }

Expand Down Expand Up @@ -208,12 +208,12 @@ pr-run-mode = "plan"
install-updater = true

[patch.crates-io]
diesel-async = { git = "https://github.com/weiznich/diesel_async.git", rev = "d02798c67065d763154d7272dd0c09b39757d0f2" }
diesel-async = { git = "https://github.com/weiznich/diesel_async.git", rev = "3bc6789daf73563d59ed4f174241a23e9cb86686" }
scraper = { git = "https://github.com/causal-agent/scraper.git", rev = "d67111f5cc0b7da6e6ff10e4549d87cf09ba3e5b" }
tokio-postgres-rustls = { git = "https://github.com/jbg/tokio-postgres-rustls.git", rev = "b16c1bc0f5d4f91324174fd1bd839d743a70f86a" }

# SIMD runtime detection
sonic-rs = { git = "https://github.com/aumetra/sonic-rs.git", rev = "d1f172d75e7c9386fde169673d2666e0cfd5d32c" }
sonic-rs = { git = "https://github.com/aumetra/sonic-rs.git", rev = "a5ac253f8389a34257dae2da79db3f535311ed65" }

# TCP nodelay for `axum::serve`
axum = { git = "https://github.com/tokio-rs/axum.git", rev = "8d0c5c05eb75eb779591c8000705e785123868a0" }
Expand All @@ -225,4 +225,4 @@ opentelemetry-http = { git = "https://github.com/open-telemetry/opentelemetry-ru
opentelemetry-otlp = { git = "https://github.com/open-telemetry/opentelemetry-rust.git", rev = "40fb924215c84d6e3818351b2c0e3d2ba01a7db9" }
opentelemetry_sdk = { git = "https://github.com/open-telemetry/opentelemetry-rust.git", rev = "40fb924215c84d6e3818351b2c0e3d2ba01a7db9" }
tonic = { git = "https://github.com/hyperium/tonic.git", rev = "a90adf27ef389a9c9d891c3f5696e6245589c479" }
tracing-opentelemetry = { git = "https://github.com/aumetra/tracing-opentelemetry.git", rev = "e6e16057f6e3b2a11f6f8e7c86a1c17e4f7a07f1" }
tracing-opentelemetry = { git = "https://github.com/aumetra/tracing-opentelemetry.git", rev = "b7fe8d5d056e43f913a85eac1e6a661226b49c43" }
2 changes: 1 addition & 1 deletion crates/kitsune-activitypub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ kitsune-config = { workspace = true }
kitsune-test = { workspace = true }
kitsune-webfinger = { workspace = true }
pretty_assertions = "1.4.0"
tokio = { version = "1.37.0", features = ["macros"] }
tokio = { version = "1.38.0", features = ["macros"] }
tower = { version = "0.4.13", default-features = false, features = ["util"] }

[lints]
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 @@ -17,7 +17,7 @@ triomphe = { workspace = true }
typed-builder = "0.18.2"

[dev-dependencies]
tokio = { version = "1.37.0", features = ["macros", "rt"] }
tokio = { version = "1.38.0", features = ["macros", "rt"] }

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/kitsune-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ human-size = { version = "0.4.3", features = ["serde"] }
isolang = { version = "2.4.0", features = ["serde"] }
serde = { version = "1.0.203", features = ["derive"] }
smol_str = { version = "0.2.2", features = ["serde"] }
tokio = { version = "1.37.0", features = ["fs"] }
tokio = { version = "1.38.0", features = ["fs"] }
toml = { version = "0.8.13", default-features = false, features = ["parse"] }

[lints]
Expand Down
6 changes: 3 additions & 3 deletions crates/kitsune-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ blowocking = { workspace = true, features = ["io"] }
diesel = { workspace = true }
diesel-async = { workspace = true }
diesel_full_text_search = { workspace = true }
diesel_migrations = "2.1.0"
diesel_migrations = "2.2.0"
futures-util = { version = "0.3.30", default-features = false, features = [
"alloc",
] }
Expand All @@ -32,7 +32,7 @@ rustls-native-certs = "0.7.0"
serde = { version = "1.0.203", features = ["derive"] }
sonic-rs = { workspace = true }
speedy-uuid = { workspace = true, features = ["diesel"] }
tokio = { version = "1.37.0", features = ["rt"] }
tokio = { version = "1.38.0", features = ["rt"] }
tokio-postgres = "0.7.10"
tokio-postgres-rustls = "0.12.0"
tracing = "0.1.40"
Expand All @@ -42,7 +42,7 @@ typed-builder = "0.18.2"

[dev-dependencies]
kitsune-test = { workspace = true }
tokio = { version = "1.37.0", features = ["macros"] }
tokio = { version = "1.38.0", features = ["macros"] }

[lints]
workspace = true
6 changes: 3 additions & 3 deletions crates/kitsune-http-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ http-body = "1.0.0"
http-body-util = "0.1.1"
http-signatures = { workspace = true }
hyper = "1.3.1"
hyper-util = { version = "0.1.4", features = [
hyper-util = { version = "0.1.5", features = [
"client-legacy",
"http1",
"http2",
"tokio",
] }
hyper-rustls = { version = "0.27.1", default-features = false, features = [
hyper-rustls = { version = "0.27.2", default-features = false, features = [
"http1",
"http2",
"logging",
Expand All @@ -48,7 +48,7 @@ tower-http = { version = "0.5.2", features = [
] }

[dev-dependencies]
tokio = { version = "1.37.0", features = ["macros", "rt"] }
tokio = { version = "1.38.0", features = ["macros", "rt"] }

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/kitsune-observability/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ opentelemetry_sdk = { version = "0.23.0", default-features = false, features = [
] }
tracing = "0.1.40"
tracing-error = "0.2.0"
tracing-opentelemetry = { version = "0.23.0", default-features = false }
tracing-opentelemetry = { version = "0.24.0", default-features = false }
tracing-subscriber = "0.3.18"

[lints]
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 @@ -18,7 +18,7 @@ typed-builder = "0.18.2"

[dev-dependencies]
kitsune-test = { workspace = true }
tokio = { version = "1.37.0", features = ["macros", "rt"] }
tokio = { version = "1.38.0", features = ["macros", "rt"] }

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/kitsune-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ rusty-s3 = { version = "0.5.0", default-features = false }
serde = "1.0.203"
smol_str = "0.2.2"
speedy-uuid = { workspace = true }
tokio = { version = "1.37.0", features = ["macros", "sync"] }
tokio = { version = "1.38.0", features = ["macros", "sync"] }
tracing = "0.1.40"
triomphe = { workspace = true }
typed-builder = "0.18.2"
Expand Down
4 changes: 2 additions & 2 deletions crates/kitsune-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ futures-util = "0.3.30"
kitsune-error = { workspace = true }
kitsune-s3 = { workspace = true }
rusty-s3 = { version = "0.5.0", default-features = false }
tokio = { version = "1.37.0", features = ["fs", "io-util"] }
tokio = { version = "1.38.0", features = ["fs", "io-util"] }
tokio-util = { version = "0.7.11", features = ["io"] }
triomphe = { workspace = true }

[dev-dependencies]
tempfile = "3.10.1"
tokio = { version = "1.37.0", features = ["macros", "rt"] }
tokio = { version = "1.38.0", features = ["macros", "rt"] }

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/kitsune-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kitsune-s3 = { workspace = true }
pin-project-lite = "0.2.14"
rand = "0.8.5"
rusty-s3 = { version = "0.5.0", default-features = false }
tokio = { version = "1.37.0", features = ["time"] }
tokio = { version = "1.38.0", features = ["time"] }
triomphe = { workspace = true }
url = "2.5.0"
uuid = { version = "1.8.0", features = ["fast-rng", "v4"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pulldown-cmark = { version = "0.11.0", default-features = false, features = [
] }
rand = "0.8.5"
speedy-uuid = { workspace = true }
tokio = { version = "1.37.0", features = ["macros"] }
tokio = { version = "1.38.0", features = ["macros"] }

[lints]
workspace = true
6 changes: 3 additions & 3 deletions crates/kitsune-wasm-mrf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ redb = { version = "2.1.0", features = ["logging"] }
slab = "0.4.9"
smol_str = "0.2.2"
sonic-rs = { workspace = true }
tokio = { version = "1.37.0", features = ["fs"] }
tokio = { version = "1.38.0", features = ["fs"] }
tracing = "0.1.40"
triomphe = { workspace = true }
walkdir = "2.5.0"
Expand All @@ -42,9 +42,9 @@ wasmtime-wasi = { version = "21.0.1", default-features = false }

[dev-dependencies]
tempfile = "3.10.1"
tokio = { version = "1.37.0", features = ["macros", "rt"] }
tokio = { version = "1.38.0", features = ["macros", "rt"] }
tracing-subscriber = "0.3.18"
wat = "1.208.1"
wat = "1.209.1"

[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.25.0"
wit-bindgen = "0.26.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 @@ -25,7 +25,7 @@ http-body-util = "0.1.1"
hyper = "1.3.1"
pretty_assertions = "1.4.0"
sonic-rs = { workspace = true }
tokio = { version = "1.37.0", features = ["macros"] }
tokio = { version = "1.38.0", features = ["macros"] }
tower = { version = "0.4.13", default-features = false, features = ["util"] }

[lints]
Expand Down
2 changes: 1 addition & 1 deletion kitsune-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kitsune-db = { workspace = true }
kitsune-error = { workspace = true }
serde = { version = "1.0.203", features = ["derive"] }
speedy-uuid = { workspace = true }
tokio = { version = "1.37.0", features = ["full"] }
tokio = { version = "1.38.0", features = ["full"] }
tracing-subscriber = "0.3.18"

[build-dependencies]
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 @@ -30,7 +30,7 @@ kitsune-service = { workspace = true }
kitsune-url = { workspace = true }
kitsune-wasm-mrf = { workspace = true }
mimalloc = "0.1.42"
tokio = { version = "1.37.0", features = ["full"] }
tokio = { version = "1.38.0", features = ["full"] }
tracing = "0.1.40"
triomphe = { workspace = true }
typed-builder = "0.18.2"
Expand Down
2 changes: 1 addition & 1 deletion kitsune/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ speedy-uuid = { workspace = true }
strum = { version = "0.26.2", features = ["derive", "phf"] }
tempfile = "3.10.1"
time = "0.3.36"
tokio = { version = "1.37.0", features = ["full"] }
tokio = { version = "1.38.0", features = ["full"] }
tokio-util = { version = "0.7.11", features = ["io"] }
tower = { version = "0.4.13", features = ["util"] }
tower-stop-using-brave = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion lib/athena/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, optional = true }
speedy-uuid = { workspace = true, features = ["redis"] }
thiserror = "1.0.61"
tokio = { version = "1.37.0", features = ["macros", "rt", "sync"] }
tokio = { version = "1.38.0", features = ["macros", "rt", "sync"] }
tokio-util = { version = "0.7.11", features = ["rt"] }
tracing = "0.1.40"
triomphe = { workspace = true }
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"
once_cell = "1.19.0"
rayon = "1.10.0"
thiserror = "1.0.61"
tokio = { version = "1.37.0", features = ["sync"] }
tokio = { version = "1.38.0", features = ["sync"] }
tracing = "0.1.40"

[features]
Expand Down
2 changes: 1 addition & 1 deletion lib/geomjeungja/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ unsize = "1.1.0"
insta = { version = "1.39.0", features = ["json"] }
rand_xorshift = "0.3.0"
serde_json = "1.0.117"
tokio = { version = "1.37.0", features = ["macros", "rt"] }
tokio = { version = "1.38.0", features = ["macros", "rt"] }

[lints]
workspace = true
2 changes: 1 addition & 1 deletion lib/http-signatures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tracing = { version = "0.1.40", default-features = false, optional = true }

[dev-dependencies]
divan = "0.1.14"
tokio = { version = "1.37.0", features = ["macros", "rt"] }
tokio = { version = "1.38.0", features = ["macros", "rt"] }

[features]
default = ["easy"]
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 @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"

[dependencies]
retry-policies = "0.4.0"
tokio = { version = "1.37.0", features = ["time"] }
tokio = { version = "1.38.0", features = ["time"] }
tracing = "0.1.40"

[lints]
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.203", features = ["derive"] }
serde_json = { version = "1.0.117", optional = true }
thiserror = { version = "1.0.61", optional = true }
wasm-encoder = { version = "0.208.1", optional = true }
wasmparser = { version = "0.208.1", optional = true }
wasm-encoder = { version = "0.209.1", optional = true }
wasmparser = { version = "0.209.1", optional = true }

[dev-dependencies]
serde_json = "1.0.117"
insta = { version = "1.39.0", default-features = false, features = ["json"] }
wat = "1.208.1"
wat = "1.209.1"

[features]
decode = ["dep:leb128", "dep:serde_json", "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 @@ -15,11 +15,11 @@ mrf-manifest = { workspace = true, features = [
"serialise",
] }
serde_json = "1.0.117"
wasmparser = "0.208.1"
wasmparser = "0.209.1"

[lints]
workspace = true

[dev-dependencies]
serde_json = "1.0.117"
wat = "1.208.1"
wat = "1.209.1"
2 changes: 1 addition & 1 deletion lib/speedy-uuid/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]
async-graphql = { version = "7.0.5", default-features = false, optional = true }
diesel = { version = "2.1.6", default-features = false, features = [
diesel = { version = "2.2.0", default-features = false, features = [
"postgres_backend",
"uuid",
], optional = true }
Expand Down

0 comments on commit f764ecd

Please sign in to comment.