Skip to content

Commit

Permalink
chore(deps): bump the minor group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 3 updates: [anyhow](https://github.com/dtolnay/anyhow), [serde_json](https://github.com/serde-rs/json) and [tui-logger](https://github.com/gin66/tui-logger).


Updates `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)

Updates `serde_json` from 1.0.133 to 1.0.134
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.133...v1.0.134)

Updates `tui-logger` from 0.14.0 to 0.14.1
- [Changelog](https://github.com/gin66/tui-logger/blob/master/CHANGELOG.md)
- [Commits](gin66/tui-logger@v0.14.0...v0.14.1)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tui-logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 2c95c10 commit 2759bcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Run a team of autonomous agents on your code, right from your ter
license = "MIT"

[dependencies]
anyhow = "1.0.88"
anyhow = "1.0.95"
crossterm = "0.28.1"
ratatui = "0.29.0"
tui-textarea = "0.7.0"
Expand All @@ -28,7 +28,7 @@ swiftide = { version = "0.14.4", features = [
swiftide-macros = { version = "0.14.4" }
toml = "0.8.19"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.133"
serde_json = "1.0.134"
secrecy = { version = "0.10.2", features = ["serde"] }
tracing = "0.1.40"
async-openai = "0.26.0"
Expand Down

0 comments on commit 2759bcd

Please sign in to comment.