Skip to content

Commit

Permalink
Bump anyhow from 1.0.82 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.82 to 1.0.95.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.82...1.0.95)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 06f0593 commit 18a6caa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ workspace = true
[dependencies]
ndc-sqlserver-configuration = { path = "../configuration" }

anyhow = "1.0.82"
anyhow = "1.0.95"
clap = { version = "4.5.4", features = ["derive", "env"] }
schemars = { version = "0.8.16", features = ["smol_str", "preserve_order"] }
serde = { version = "1.0.198", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/ndc-sqlserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ reqwest = { version = "0.11.27", default-features = false, features = ["rustls-t
similar-asserts = "1.5.0"
tokio-util = "0.7.11"
uuid = { version = "1.8.0", features = ["v4"]}
anyhow = "1.0.82"
anyhow = "1.0.95"

0 comments on commit 18a6caa

Please # to comment.