Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
GamePad64 committed Dec 9, 2024
2 parents 47826d7 + 8250d20 commit ccfe79a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion notifico-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ sea-orm = { workspace = true }
anyhow = "1.0.94"
utoipa = { version = "5", features = ["uuid"] }
flume = "0.11.1"
thiserror = "2.0.5"
thiserror = "2.0.6"
regex = "1.11.1"
serde_with = "3.11.0"
2 changes: 1 addition & 1 deletion notifico-template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ notifico-template-migration = { path = "migration" }
sea-orm = { workspace = true }
uuid = { workspace = true }
anyhow = "1.0.94"
thiserror = "2.0.5"
thiserror = "2.0.6"
2 changes: 1 addition & 1 deletion transports/notifico-slack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ reqwest = { workspace = true }
serde = "1.0.215"
async-trait = "0.1.83"
serde_json = "1.0.133"
thiserror = "2.0.5"
thiserror = "2.0.6"

0 comments on commit ccfe79a

Please sign in to comment.