Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [inlet_manifold](https://github.com/bensadeh/manifold) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `inlet_manifold` from `df879b9` to `b258ca4`
- [Release notes](https://github.com/bensadeh/manifold/releases)
- [Commits](bensadeh/manifold@df879b9...b258ca4)

Updates `thiserror` from 1.0.65 to 2.0.3
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.65...2.0.3)

---
updated-dependencies:
- dependency-name: inlet_manifold
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent e31046b commit 9f395a0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 16 deletions.
50 changes: 35 additions & 15 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 @@ -34,6 +34,6 @@ serde = { version = "1.0.215", features = ["derive"] }
shellexpand = "3.1.0"
tempfile = "3.14.0"
terminal_size = "0.4.0"
thiserror = "1.0.65"
thiserror = "2.0.3"
tokio = { version = "1.41.1", features = ["full"] }
toml = "0.8.19"

0 comments on commit 9f395a0

Please sign in to comment.