Skip to content

Commit

Permalink
chore(deps): bump tinyvec from 1.6.0 to 1.8.0
Browse files Browse the repository at this point in the history
Bumps [tinyvec](https://github.com/Lokathor/tinyvec) from 1.6.0 to 1.8.0.
- [Changelog](https://github.com/Lokathor/tinyvec/blob/main/CHANGELOG.md)
- [Commits](Lokathor/tinyvec@v1.6.0...v1.8.0)

---
updated-dependencies:
- dependency-name: tinyvec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent a0d0056 commit e0f7a7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -35,7 +35,7 @@ regex = { version = "1.10.5", features = ["perf-dfa-full"] }
scraper = { version = "0.19.0" }
serde = { version = "1.0.203", features = ["derive"] }
thiserror = { version = "1.0.61" }
tinyvec = { version = "1.6.0", features = ["alloc", "serde", "rustc_1_40"] }
tinyvec = { version = "1.8.0", features = ["alloc", "serde", "rustc_1_40"] }
toml = { version = "0.8.14" }
ureq = { version = "2.9.7", features = ["cookies"], default-features = true }
url = { version = "2.5.0" }
Expand Down

0 comments on commit e0f7a7a

Please sign in to comment.