Skip to content

Commit

Permalink
Merge pull request #12 from pavlospt/dependabot/cargo/anyhow-1.0.82
Browse files Browse the repository at this point in the history
Bump anyhow from 1.0.81 to 1.0.82
  • Loading branch information
pavlospt authored Apr 15, 2024
2 parents 52a5825 + a5899a0 commit 564ed32
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["postgres", "postgresql", "diff"]
documentation = "https://docs.rs/rust-pgdatadiff"

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.82"
tokio = { version = "1.37.0", features = ["full"] }
sqlx = { version = "0.7", features = ["runtime-tokio", "tls-native-tls", "postgres"] }
colored = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion rust-pgdatadiff-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["postgres", "postgresql", "diff", "comparison"]
documentation = "https://docs.rs/rust-pgdatadiff-client"

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["derive"], optional = true }
tokio = "1.37.0"
env_logger = "0.11.3"
Expand Down

0 comments on commit 564ed32

Please sign in to comment.