Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Bump the patch group in /backend with 7 updates #401

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 36 additions & 30 deletions backend/Cargo.lock

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

8 changes: 4 additions & 4 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ members = [
resolver = "2"

[workspace.dependencies]
anyhow = { version = "1.0.79" }
anyhow = { version = "1.0.81" }
async-graphql = { version = "6.0.11", default-features = false, features = [
"chrono",
"graphiql",
Expand All @@ -29,8 +29,8 @@ async-graphql = { version = "6.0.11", default-features = false, features = [
aws-credential-types = { version = "0.56.0" }
aws-sdk-s3 = { version = "0.29.0" }
axum = { version = "0.6.20", features = ["headers", "macros", "ws"] }
chrono = { version = "0.4.34", default-features = false }
clap = { version = "4.4.17", features = ["derive", "env"] }
chrono = { version = "0.4.37", default-features = false }
clap = { version = "4.5.4", features = ["derive", "env"] }
derive_more = { version = "0.99.17" }
dotenvy = { version = "0.15.7" }
itertools = { version = "0.12.1" }
Expand All @@ -43,7 +43,7 @@ sea-orm = { version = "0.11.2", default-features = false, features = [
] }
sea-orm-migration = { version = "0.11.3" }
serde = { version = "1.0.197" }
thiserror = { version = "1.0.57" }
thiserror = { version = "1.0.58" }
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] }
tracing = { version = "0.1.40" }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
Expand Down
2 changes: 1 addition & 1 deletion backend/chimp_protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"

[dependencies]
serde = { workspace = true }
serde_json = { version = "1.0.114" }
serde_json = { version = "1.0.115" }
url = { workspace = true, features = ["serde"] }
uuid = { workspace = true, features = ["serde"] }
2 changes: 1 addition & 1 deletion backend/graphql_event_broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"
async-graphql = { workspace = true }
once_cell = { version = "1.19.0" }
tokio = { workspace = true }
tokio-stream = { version = "0.1.14", features = ["sync"] }
tokio-stream = { version = "0.1.15", features = ["sync"] }
2 changes: 1 addition & 1 deletion backend/targeting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ opa_client = { path = "../opa_client", features = ["graphql"] }
sea-orm = { workspace = true, features = ["sqlx-postgres"] }
sea-orm-migration = { workspace = true }
tokio = { workspace = true }
tokio-stream = { version = "0.1.14" }
tokio-stream = { version = "0.1.15" }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
url = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion backend/the_paginator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
async-graphql = ["dep:async-graphql"]

[dependencies]
async-trait = "0.1.77"
async-trait = "0.1.79"
sea-orm = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
Expand Down
Loading