Skip to content

Commit

Permalink
Merge pull request #16 from jhheider/dependabot/cargo/anyhow-1.0.95
Browse files Browse the repository at this point in the history
Bump anyhow from 1.0.86 to 1.0.95
  • Loading branch information
jhheider authored Jan 10, 2025
2 parents 06167e7 + 93b81ec commit afc69d2
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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["semver", "semantic", "versioning", "pkgx"]
categories = ["command-line-utilities"]

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.95"
clap = { version = '4.4.2', features = ['cargo'] }
libsemverator = { path = "../lib", version = "0.9.0" }

Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde = ["dep:serde", "dep:serde_json"]
crate-type = ["cdylib", "rlib"]

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.95"
lazy_static = "1.5.0"
regex = "1.11.1"
serde = { version = "1.0.217", optional = true }
Expand Down

0 comments on commit afc69d2

Please sign in to comment.