Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Nov 19, 2024
1 parent 5ea1d58 commit 1c543d7
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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.16", default-features = false, features = [
rustls = { version = "0.23.17", default-features = false, features = [
"logging",
"ring",
"std",
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-http-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ serde = "1.0.215"
simdutf8 = { workspace = true }
sonic-rs = { workspace = true }
tower = { version = "0.5.1", features = ["util"] }
tower-http = { version = "0.6.1", features = [
tower-http = { version = "0.6.2", features = [
# Explicitly exclude `zstd`
# It's not widely adopted and takes a long time to build
"decompression-br",
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 @@ -11,7 +11,7 @@ futures-util = { version = "0.3.31", default-features = false }
http = "1.1.0"
kitsune-error = { workspace = true }
kitsune-http-client = { workspace = true }
quick-xml = { version = "0.37.0", features = ["serialize"] }
quick-xml = { version = "0.37.1", features = ["serialize"] }
rusty-s3 = "0.5.0"
serde = { version = "1.0.215", features = ["derive"] }
typed-builder = "0.20.0"
Expand Down
6 changes: 3 additions & 3 deletions kitsune/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ argon2 = { version = "0.5.3", features = ["std"] }
askama = { workspace = true }
askama_axum = "0.4.0"
async-trait = "0.1.83"
axum = { version = "0.7.8", features = ["macros", "multipart"] }
axum-extra = { version = "0.9.5", features = [
axum = { version = "0.7.9", features = ["macros", "multipart"] }
axum-extra = { version = "0.9.6", features = [
"cookie",
"cookie-signed",
"query",
Expand Down Expand Up @@ -89,7 +89,7 @@ tokio-util = { version = "0.7.12", features = ["io"] }
tower = { version = "0.5.1", features = ["util"] }
tower-stop-using-brave = { workspace = true }
tower-x-clacks-overhead = { workspace = true }
tower-http = { version = "0.6.1", features = [
tower-http = { version = "0.6.2", features = [
"catch-panic",
"cors",
"fs",
Expand Down
2 changes: 1 addition & 1 deletion lib/fast-cjson/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ olpc-cjson = "0.1.4"
proptest = { version = "1.5.0", default-features = false, features = ["std"] }
proptest-derive = "0.5.0"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.132"
serde_json = "1.0.133"

[lints]
workspace = true

0 comments on commit 1c543d7

Please sign in to comment.