Skip to content

Commit

Permalink
chore(deps): bump the all group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates: [tabwriter](https://github.com/BurntSushi/tabwriter) and [tempfile](https://github.com/Stebalien/tempfile).


Updates `tabwriter` from 1.4.0 to 1.4.1
- [Commits](BurntSushi/tabwriter@1.4.0...1.4.1)

Updates `tempfile` from 3.14.0 to 3.15.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.14.0...v3.15.0)

---
updated-dependencies:
- dependency-name: tabwriter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and wdullaer committed Jan 6, 2025
1 parent 85c7ecc commit aaa4259
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 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 @@ -25,10 +25,10 @@ directories = "^5.0.1"
serde_json = "^1.0.134"
serde = {version = "^1.0.217", features = ["derive"]}
chrono = "^0.4.39"
tabwriter = "^1.4.0"
tabwriter = "^1.4.1"

[dev-dependencies]
tempfile = "^3.14.0"
tempfile = "^3.15.0"

[profile.release]
lto = true
Expand Down

0 comments on commit aaa4259

Please sign in to comment.