Skip to content

Commit 2c1d8ec

Browse files
committed
Misc crate upgrades
1 parent 5236c54 commit 2c1d8ec

2 files changed

Lines changed: 28 additions & 29 deletions

File tree

Cargo.lock

Lines changed: 22 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ members = [
5050
Inflector = "*"
5151
askama = {version = "0.12.1", features = ["with-axum"]}
5252
askama_axum = "0.3.0"
53-
async-graphql = {version = "~6.0.9", features = ["tracing", "dataloader", "chrono"]}
54-
async-graphql-axum = "~6.0.9"
55-
async-graphql-value = {version = "~6.0.9"}
53+
async-graphql = {version = "~6.0.10", features = ["tracing", "dataloader", "chrono"]}
54+
async-graphql-axum = "~6.0.10"
55+
async-graphql-value = {version = "~6.0.10"}
5656
async-trait = "*"
5757
aws-config = "0.56.1"
5858
aws-sdk-sesv2 = "0.31.1"
@@ -120,20 +120,20 @@ quote = "1.0.33"
120120
regex = "*"
121121
rust-embed = "8"
122122
rusty-money = "0.4.1"
123-
sea-orm = {version = "^0.12.3", features = ["sqlx-postgres", "runtime-tokio-rustls", "macros"]}
123+
sea-orm = {version = "^0.12.4", features = ["sqlx-postgres", "runtime-tokio-rustls", "macros"]}
124124
seawater = {path = "./crates/seawater"}
125125
serde = "1.0"
126126
serde_json = "1.0"
127127
serde_path_to_error = "*"
128128
sha1 = "0.10.6"
129-
stripe = {package = "async-stripe", version = "0.25.1", default-features = false, features = ["runtime-tokio-hyper-rustls", "checkout", "chrono", "connect", "webhook-events"]}
129+
stripe = {package = "async-stripe", version = "0.25.2", default-features = false, features = ["runtime-tokio-hyper-rustls", "checkout", "chrono", "connect", "webhook-events"]}
130130
syn = "2.0.38"
131131
time = "0.3.30"
132132
tokio = {version = "~1.33.0", features = ["rt-multi-thread", "macros", "signal", "tracing"]}
133133
tower = {version = "0.4.13", features = ["limit", "make"]}
134134
tower-http = {version = "0.4.4", features = ["catch-panic", "compression-br", "compression-deflate", "compression-gzip", "trace"]}
135135
tower-sessions = "~0.3.3"
136-
tracing = "0.1.37"
136+
tracing = "0.1.40"
137137
tuple-conv = "~1.0.1"
138138
twilio = "1.0.3"
139139
url = "*"

0 commit comments

Comments
 (0)