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

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
renovate[bot] authored Dec 10, 2023
1 parent 6efb33a commit 8aff170
Showing 3 changed files with 73 additions and 78 deletions.
143 changes: 69 additions & 74 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions c-domain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@ derive-new.workspace = true
serde.workspace = true

async-trait = "0.1"
strum = { version = "0.24", features = ["derive"] }
mockall = {version = "0.11", optional = true}
strum = { version = "0.25", features = ["derive"] }
mockall = {version = "0.12", optional = true}

[dev-dependencies]
test-case = "3.2"
4 changes: 2 additions & 2 deletions c-presentation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -22,10 +22,10 @@ serde_json.workspace = true
strum.workspace = true
tokio.workspace = true

once_cell = "1.18"
once_cell = "1.19"
fern = "0.6"
log = "0.4"
poise = "0.5"
argh = "0.1"
thiserror = "1.0"
sentry = "0.31.8"
sentry = "0.32.0"

0 comments on commit 8aff170

Please sign in to comment.