Skip to content

Commit

Permalink
chore(deps): bump the minor group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.65` | `1.0.66` |
| [divan](https://github.com/nvzqz/divan) | `0.1.14` | `0.1.15` |
| [insta](https://github.com/mitsuhiko/insta) | `1.41.0` | `1.41.1` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.91` | `1.0.92` |
| [divan-macros](https://github.com/nvzqz/divan) | `0.1.14` | `0.1.15` |
| [syn](https://github.com/dtolnay/syn) | `2.0.85` | `2.0.86` |
| [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.65` | `1.0.66` |


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

Updates `divan` from 0.1.14 to 0.1.15
- [Changelog](https://github.com/nvzqz/divan/blob/main/CHANGELOG.md)
- [Commits](nvzqz/divan@v0.1.14...v0.1.15)

Updates `insta` from 1.41.0 to 1.41.1
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.41.0...1.41.1)

Updates `anyhow` from 1.0.91 to 1.0.92
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.91...1.0.92)

Updates `divan-macros` from 0.1.14 to 0.1.15
- [Changelog](https://github.com/nvzqz/divan/blob/main/CHANGELOG.md)
- [Commits](nvzqz/divan@v0.1.14...v0.1.15)

Updates `syn` from 2.0.85 to 2.0.86
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.85...2.0.86)

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

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: divan
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: anyhow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: divan-macros
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: thiserror-impl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and benbrandt committed Nov 1, 2024
1 parent 5f936c0 commit bcf2923
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 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 @@ -69,7 +69,7 @@ pulldown-cmark = { version = "0.12", default-features = false, optional = true }
regex = "1.10.6"
rust_tokenizers = { version = "8", optional = true }
strum = { version = "0.26", features = ["derive"] }
thiserror = "1.0.65"
thiserror = "1.0.66"
tiktoken-rs = { version = "0.6", optional = true }
tokenizers = { version = "0.20", default-features = false, optional = true }
tree-sitter = { version = "0.24", optional = true }
Expand All @@ -80,7 +80,7 @@ cached-path = { version = "0.6", default-features = false, features = [
"rustls-tls",
] }
dirs = "5.0.1"
divan = "0.1.14"
divan = "0.1.15"
fake = "3"
insta = { version = "1.41", features = ["glob", "yaml"] }
more-asserts = "0.3"
Expand Down

0 comments on commit bcf2923

Please sign in to comment.