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

Bump the patch group across 1 directory with 10 updates #474

Closed
wants to merge 1 commit into from
Closed
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
95 changes: 48 additions & 47 deletions backend/Cargo.lock

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

12 changes: 6 additions & 6 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.82" }
anyhow = { version = "1.0.86" }
async-graphql = { version = "6.0.11", default-features = false, features = [
"chrono",
"graphiql",
Expand All @@ -30,8 +30,8 @@ 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.38", default-features = false }
clap = { version = "4.5.4", features = ["derive", "env"] }
derive_more = { version = "0.99.17" }
clap = { version = "4.5.8", features = ["derive", "env"] }
derive_more = { version = "0.99.18" }
dotenvy = { version = "0.15.7" }
itertools = { version = "0.12.1" }
reqwest = { version = "0.11.24" }
Expand All @@ -42,10 +42,10 @@ sea-orm = { version = "0.11.2", default-features = false, features = [
"with-uuid",
] }
sea-orm-migration = { version = "0.11.3" }
serde = { version = "1.0.199" }
thiserror = { version = "1.0.59" }
serde = { version = "1.0.204" }
thiserror = { version = "1.0.61" }
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
tracing = { version = "0.1.40" }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
url = { version = "2.5.0" }
url = { version = "2.5.2" }
uuid = { version = "1.8.0", features = ["v7"] }
2 changes: 1 addition & 1 deletion backend/chimp_chomp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dotenvy = { workspace = true }
futures = { version = "0.3.30" }
futures-timer = { version = "3.0.3" }
itertools = { workspace = true }
lapin = { version = "2.3.3" }
lapin = { version = "2.3.4" }
ndarray = { version = "0.15.6" }
opencv = { version = "0.88.8", default-features = false, features = [
"imgproc",
Expand Down
4 changes: 2 additions & 2 deletions backend/chimp_controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ cynic = { version = "3.4.3", features = ["http-reqwest"] }
dotenvy = { workspace = true }
futures-util = { version = "0.3.30" }
graphql-ws-client = { version = "0.5.0", features = ["cynic"] }
lapin = { version = "2.3.3", default-features = false, features = ["rustls"] }
lapin = { version = "2.3.4", default-features = false, features = ["rustls"] }
reqwest = { version = "0.11.24" }
tokio = { workspace = true, features = ["sync"] }
url = { workspace = true }
uuid = { workspace = true }

[build-dependencies]
cynic-codegen = { version = "3.7.0" }
cynic-codegen = { version = "3.7.3" }
targeting = { path = "../targeting" }
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.116" }
serde_json = { version = "1.0.120" }
url = { workspace = true, features = ["serde"] }
uuid = { workspace = true, features = ["serde"] }
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.80"
async-trait = "0.1.81"
sea-orm = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
Expand Down
Loading