Skip to content

Commit

Permalink
Bump anyhow from 1.0.94 to 1.0.95
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.94 to 1.0.95.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.94...1.0.95)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 999605c commit 9687d2c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ notifico-dbpipeline = { path = "../notifico-dbpipeline" }
notifico-project = { path = "../notifico-project" }
notifico-attachment = { path = "../notifico-attachment" }

anyhow = "1.0.94"
anyhow = "1.0.95"
async-trait = "0.1.83"
axum = { workspace = true }
backoff = { version = "0.4.0", features = ["tokio"] }
Expand Down
2 changes: 1 addition & 1 deletion notifico-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tokio = "1.42.0"
axum = { workspace = true }
url = { workspace = true }
sea-orm = { workspace = true }
anyhow = "1.0.94"
anyhow = "1.0.95"
utoipa = { version = "5", features = ["uuid"] }
flume = "0.11.1"
thiserror = "2.0.6"
Expand Down
2 changes: 1 addition & 1 deletion notifico-dbpipeline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ sea-orm = { workspace = true }
async-trait = "0.1.83"
serde = "1.0.215"
serde_json = "1.0.133"
anyhow = "1.0.94"
anyhow = "1.0.95"
2 changes: 1 addition & 1 deletion notifico-subscription/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ sea-orm = { workspace = true }
tracing = "0.1.41"
serde = { version = "1.0.215", features = ["derive"] }
jsonwebtoken = "9.3.0"
anyhow = "1.0.94"
anyhow = "1.0.95"

2 changes: 1 addition & 1 deletion notifico-template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tracing = "0.1.41"
notifico-template-migration = { path = "migration" }
sea-orm = { workspace = true }
uuid = { workspace = true }
anyhow = "1.0.94"
anyhow = "1.0.95"
thiserror = "2.0.6"
tokio = { version = "1.42.0", features = ["fs"] }
toml = "0.8.19"

0 comments on commit 9687d2c

Please sign in to comment.