Skip to content

Commit

Permalink
Update toml-span (#49)
Browse files Browse the repository at this point in the history
- **Update toml-span**
- **Update other crates**
  • Loading branch information
Jake-Shadle committed Feb 22, 2024
1 parent ff4187b commit 4f59909
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 31 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
### Changed
- [PR#49](https://github.com/EmbarkStudios/tame-index/pull/49) updated `toml-span` -> 0.2

## [0.9.4] - 2024-02-20
### Changed
- [PR#48](https://github.com/EmbarkStudios/tame-index/pull/48) replaced `toml` with `toml-span` removing several dependencies.
Expand Down
58 changes: 28 additions & 30 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 @@ -53,7 +53,7 @@ tokio = { version = "1.0", default-features = false, features = [
"time",
], optional = true }
# cargo config parsing
toml-span = "0.1"
toml-span = "0.2"
# Faster hashing
twox-hash = { version = "1.6", default-features = false }

Expand Down

0 comments on commit 4f59909

Please sign in to comment.