Skip to content

Commit

Permalink
some more traits
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Dec 11, 2024
1 parent 3693e81 commit 6c50ded
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 61 deletions.
80 changes: 37 additions & 43 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ aliri_braid = "0.4.0"
arc-swap = "1.7.1"
argh = "0.1.12"
argon2 = { version = "0.5.3", features = ["std"] }
async-graphql = { version = "7.0.12", default-features = false, features = [
async-graphql = { version = "7.0.13", default-features = false, features = [
"graphiql",
"tempfile",
"time",
"tracing",
"uuid",
] }
async-graphql-axum = "7.0.12"
async-graphql-axum = "7.0.13"
async-trait = "0.1.83"
asynk-strim = "0.1.2"
axum = { version = "0.7.9", features = ["macros", "multipart"] }
Expand Down Expand Up @@ -273,7 +273,7 @@ quote = "1.0.37"
rand = "0.8.5"
rand_xorshift = "0.3.0"
rayon = "1.10.0"
redb = { version = "2.2.0", features = ["logging"] }
redb = { version = "2.3.0", features = ["logging"] }
regex = "1.11.1"
retry-policies = "0.4.0"
ring = { version = "0.17.8", features = ["std"] }
Expand All @@ -296,7 +296,7 @@ sailfish = { version = "0.9.0", default-features = false, features = [
schemars = { version = "1.0.0-alpha.17", features = ["semver1"] }
scoped-futures = { version = "0.1.4", default-features = false }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
serde_test = "1.0.177"
serde_urlencoded = "0.7.1"
Expand All @@ -321,7 +321,7 @@ tokio-postgres = "0.7.12"
tokio-postgres-rustls = "0.13.0"
tokio-util = { version = "0.7.13", features = ["io", "rt"] }
toml = { version = "0.8.19", default-features = false, features = ["parse"] }
tower = { version = "0.5.1", default-features = false, features = ["util"] }
tower = { version = "0.5.2", default-features = false, features = ["util"] }
tower-http = { version = "0.6.2", features = [
"catch-panic",
"cors",
Expand Down
Loading

0 comments on commit 6c50ded

Please sign in to comment.