Skip to content

Commit

Permalink
Bump anyhow from 1.0.94 to 1.0.95 (#492)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent eb861d0 commit db3a4f3
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 @@ -13,7 +13,7 @@ name = "kcl-language-server"
path = "src/main.rs"

[dependencies]
anyhow = "1.0.94"
anyhow = "1.0.95"
clap = { version = "4.5.23", features = ["cargo", "derive", "env", "unicode"] }
dashmap = "6.1.0"
kcl-lib = { version = "0.2.29", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion release/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.94"
anyhow = "1.0.95"
clap = { version = "4.5.23", features = ["cargo", "derive", "env", "unicode"] }
flate2 = "1.0.35"
log = { version = "0.4.22", features = ["serde"] }
Expand Down

0 comments on commit db3a4f3

Please sign in to comment.