Skip to content

Commit 29b1ed5

Browse files
authored
Merge pull request #288 from neinteractiveliterature/schema-compat-dec-2023
Schema compat dec 2023
2 parents bbd2cca + d88157c commit 29b1ed5

136 files changed

Lines changed: 3827 additions & 1321 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/dev_certificate.*
88
/dhat-heap.json
99
/sweep.timestamp
10+
/schema_diff.md

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ async-graphql-value = {git = "https://github.com/async-graphql/async-graphql.git
5656
async-trait = "*"
5757
aws-config = "1.1.1"
5858
aws-sdk-sesv2 = "1.7.0"
59-
aws-smithy-runtime-api = "*"
6059
aws-smithy-types = "*"
6160
axum = {version = "~0.7.2", features = ["multipart", "macros"]}
6261
axum-extra = {version = "~0.9.0", features = ["cookie"]}
@@ -80,6 +79,7 @@ i18n-embed-fl = "0.7"
8079
ics = "0.5.8"
8180
id-arena = "2.2.1"
8281
indicatif = {version = "0.17.7", features = ["improved_unicode"]}
82+
indoc = "2"
8383
intercode_cms = {path = "./crates/intercode_cms"}
8484
intercode_conventions = {path = "./crates/intercode_conventions"}
8585
intercode_email = {path = "./crates/intercode_email"}
@@ -128,6 +128,7 @@ serde_json = "1.0"
128128
serde_path_to_error = "*"
129129
sha1 = "0.10.6"
130130
stripe = {package = "async-stripe", version = "0.25.2", default-features = false, features = ["runtime-tokio-hyper-rustls", "checkout", "chrono", "connect", "webhook-events"]}
131+
strum = {version = "0.25.0", features = ["derive"]}
131132
syn = "2.0.39"
132133
time = "0.3.30"
133134
tokio = {version = "~1.34.0", features = ["rt-multi-thread", "macros", "signal", "tracing"]}

0 commit comments

Comments
 (0)