Skip to content

Commit

Permalink
Update cargo deps (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra authored Mar 27, 2024
1 parent 5f6144d commit d45e8f6
Show file tree
Hide file tree
Showing 24 changed files with 300 additions and 244 deletions.
455 changes: 252 additions & 203 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/kitsune-activitypub/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]
async-trait = "0.1.78"
async-trait = "0.1.79"
autometrics = { version = "1.0.1", default-features = false }
base64-simd = "0.8.0"
diesel = "2.1.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license.workspace = true
build = "build.rs"

[dependencies]
async-trait = "0.1.78"
async-trait = "0.1.79"
const_format = "0.2.32"
http = "1.1.0"
kitsune-db = { path = "../kitsune-db" }
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-email/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ diesel = "2.1.5"
diesel-async = "0.4.1"
kitsune-db = { path = "../kitsune-db" }
kitsune-url = { path = "../kitsune-url" }
lettre = { version = "0.11.4", default-features = false, features = [
lettre = { version = "0.11.5", default-features = false, features = [
"builder",
"hostname",
"pool",
Expand Down
11 changes: 9 additions & 2 deletions 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]
async-stream = "0.3.5"
bytes = "1.5.0"
bytes = "1.6.0"
futures-util = { version = "0.3.30", default-features = false, features = [
"alloc",
] }
Expand All @@ -21,7 +21,14 @@ hyper-util = { version = "0.1.3", features = [
"http2",
"tokio",
] }
hyper-rustls = { version = "0.26.0", features = ["http2"] }
hyper-rustls = { version = "0.27.0", default-features = false, features = [
"http1",
"http2",
"logging",
"native-tokio",
"ring",
"tls12",
] }
kitsune-type = { path = "../kitsune-type" }
pin-project = "1.1.5"
serde = "1.0.197"
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-observability/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]
async-trait = "0.1.78"
async-trait = "0.1.79"
http-body-util = "0.1.1"
http-compat = { path = "../../lib/http-compat" }
hyper = { version = "1.2.0", default-features = false }
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.5.0"
bytes = "1.6.0"
futures-util = { version = "0.3.30", default-features = false }
http = "1.1.0"
kitsune-http-client = { path = "../kitsune-http-client" }
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 @@ -11,7 +11,7 @@ argon2 = "0.5.3"
async-stream = "0.3.5"
athena = { path = "../../lib/athena" }
blowocking = { path = "../../lib/blowocking" }
bytes = "1.5.0"
bytes = "1.6.0"
derive_builder = "0.20.0"
diesel = "2.1.5"
diesel-async = "0.4.1"
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.5.0"
bytes = "1.6.0"
derive_more = { version = "1.0.0-beta.6", features = ["from"] }
futures-util = "0.3.30"
kitsune-s3 = { path = "../kitsune-s3" }
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0"
bytes = "1.6.0"
diesel-async = "0.4.1"
futures-util = "0.3.30"
http = "1.1.0"
Expand All @@ -24,7 +24,7 @@ redis = { version = "0.25.2", default-features = false, features = [
] }
rusty-s3 = { version = "0.5.0", default-features = false }
testcontainers = "0.15.0"
testcontainers-modules = { version = "0.3.5", features = [
testcontainers-modules = { version = "0.3.6", features = [
"minio",
"postgres",
"redis",
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-wasm-mrf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license.workspace = true
build = "build.rs"

[dependencies]
async-trait = "0.1.78"
async-trait = "0.1.79"
derive_more = { version = "1.0.0-beta.6", features = ["from"] }
enum_dispatch = "0.3.12"
futures-util = { version = "0.3.30", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-webfinger/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]
async-trait = "0.1.78"
async-trait = "0.1.79"
autometrics = { version = "1.0.1", default-features = false }
futures-util = "0.3.30"
http = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion kitsune-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = false
eula = false

[dependencies]
clap = { version = "4.5.3", features = ["derive", "wrap_help"] }
clap = { version = "4.5.4", features = ["derive", "wrap_help"] }
diesel = "2.1.5"
diesel-async = "0.4.1"
dotenvy = "0.15.7"
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 @@ -13,7 +13,7 @@ eula = false

[dependencies]
athena = { path = "../lib/athena" }
clap = { version = "4.5.3", features = ["derive", "wrap_help"] }
clap = { version = "4.5.4", features = ["derive", "wrap_help"] }
just-retry = { path = "../lib/just-retry" }
kitsune-config = { path = "../crates/kitsune-config" }
kitsune-core = { path = "../crates/kitsune-core" }
Expand Down
12 changes: 6 additions & 6 deletions kitsune/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ askama = { version = "0.12.1", features = [
"with-axum",
], default-features = false }
askama_axum = "0.4.0"
async-trait = "0.1.78"
axum = { version = "0.7.4", features = ["macros", "multipart"] }
axum-extra = { version = "0.9.2", features = [
async-trait = "0.1.79"
axum = { version = "0.7.5", features = ["macros", "multipart"] }
axum-extra = { version = "0.9.3", features = [
"cookie",
"cookie-signed",
"query",
"typed-header",
] }
axum-flash = "0.8.0"
blowocking = { path = "../lib/blowocking" }
bytes = "1.5.0"
chrono = { version = "0.4.35", default-features = false }
clap = { version = "4.5.3", features = ["derive", "wrap_help"] }
bytes = "1.6.0"
chrono = { version = "0.4.37", default-features = false }
clap = { version = "4.5.4", features = ["derive", "wrap_help"] }
cursiv = { path = "../lib/cursiv", features = ["axum"] }
der = { version = "0.7.8", features = ["std"] }
diesel = "2.1.5"
Expand Down
2 changes: 1 addition & 1 deletion lib/blowocking/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]
once_cell = "1.19.0"
rayon = "1.9.0"
rayon = "1.10.0"
thiserror = "1.0.58"
tokio = { version = "1.36.0", features = ["sync"] }
tracing = "0.1.40"
Expand Down
4 changes: 2 additions & 2 deletions lib/cursiv/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]
aliri_braid = "0.4.0"
blake3 = "1.5.1"
cookie = { version = "0.18.0", features = ["percent-encode"] }
cookie = { version = "0.18.1", features = ["percent-encode"] }
hex-simd = "0.8.0"
http = "1.1.0"
pin-project-lite = "0.2.13"
Expand All @@ -17,7 +17,7 @@ tower = { version = "0.4.13", default-features = false }
zeroize = { version = "1.7.0", features = ["derive"] }

# `axum` feature
async-trait = { version = "0.1.78", optional = true }
async-trait = { version = "0.1.79", optional = true }
axum-core = { version = "0.4.3", optional = true }

[dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions lib/geomjeungja/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version.workspace = true
license = "MIT OR Apache-2.0"

[dependencies]
async-trait = "0.1.78"
async-trait = "0.1.79"
hickory-resolver = { version = "0.24.0", features = ["dns-over-rustls"] }
rand = "0.8.5"
serde = { version = "1.0.197", features = ["derive"] }
Expand All @@ -16,9 +16,9 @@ tracing = "0.1.40"
typed-builder = "0.18.1"

[dev-dependencies]
insta = { version = "1.36.1", features = ["json"] }
insta = { version = "1.37.0", features = ["json"] }
rand_xorshift = "0.3.0"
serde_json = "1.0.114"
serde_json = "1.0.115"
tokio = { version = "1.36.0", features = ["macros", "rt"] }

[lints]
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 @@ -6,7 +6,7 @@ version.workspace = true
license = "MIT OR Apache-2.0"

[dependencies]
chrono = { version = "0.4.35", default-features = false, features = ["std"] }
chrono = { version = "0.4.37", default-features = false, features = ["std"] }
retry-policies = "0.3.0"
tokio = { version = "1.36.0", features = ["time"] }
tracing = "0.1.40"
Expand Down
12 changes: 6 additions & 6 deletions lib/mrf-manifest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ olpc-cjson = { version = "0.1.3", optional = true }
schemars = { version = "0.8.16", features = ["impl_json_schema", "semver"] }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = { version = "1.0.114", optional = true }
serde_json = { version = "1.0.115", optional = true }
thiserror = { version = "1.0.58", optional = true }
wasm-encoder = { version = "0.201.0", optional = true }
wasmparser = { version = "0.201.0", optional = true }
wasm-encoder = { version = "0.202.0", optional = true }
wasmparser = { version = "0.202.0", optional = true }

[dev-dependencies]
serde_json = "1.0.114"
insta = { version = "1.36.1", default-features = false, features = ["json"] }
wat = "1.201.0"
serde_json = "1.0.115"
insta = { version = "1.37.0", default-features = false, features = ["json"] }
wat = "1.202.0"

[features]
decode = [
Expand Down
6 changes: 3 additions & 3 deletions lib/mrf-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ version.workspace = true
license = "MIT OR Apache-2.0"

[dependencies]
clap = { version = "4.5.3", features = ["derive", "wrap_help"] }
clap = { version = "4.5.4", features = ["derive", "wrap_help"] }
miette = { version = "7.2.0", features = ["fancy"] }
mrf-manifest = { path = "../mrf-manifest", features = [
"decode",
"encode",
"serialise",
] }
serde_json = "1.0.114"
wasmparser = "0.201.0"
serde_json = "1.0.115"
wasmparser = "0.202.0"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion lib/post-process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ logos = "0.14.0"
[dev-dependencies]
criterion = { version = "0.5.1", features = ["async_futures"] }
futures = "0.3.30"
insta = { version = "1.36.1", features = ["glob"] }
insta = { version = "1.37.0", features = ["glob"] }
pretty_assertions = "1.4.0"

[lints]
Expand Down
4 changes: 2 additions & 2 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.5.0"
bytes = "1.6.0"
either = { version = "1.10.0", default-features = false }
http = "1.1.0"
http-body = "1.0.0"
Expand All @@ -20,7 +20,7 @@ tower-service = "0.3.2"
tracing = { version = "0.1.40", default-features = false }

[dev-dependencies]
bytes = "1.5.0"
bytes = "1.6.0"
futures-test = "0.3.30"
http-body-util = "0.1.1"
tower = { version = "0.4.13", default-features = false, features = ["util"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/tower-stop-using-brave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
either = "1.10.0"
http = "1.1.0"
once_cell = "1.19.0"
regex = "1.10.3"
regex = "1.10.4"
tower-layer = "0.3.2"
tower-service = "0.3.2"

Expand Down

0 comments on commit d45e8f6

Please sign in to comment.