Skip to content

Commit

Permalink
build(deps): bump smol_str from 0.3.1 to 0.3.2 (#5325)
Browse files Browse the repository at this point in the history
Bumps [smol_str](https://github.com/rust-analyzer/smol_str) from 0.3.1 to 0.3.2.
- [Changelog](https://github.com/rust-analyzer/smol_str/blob/master/CHANGELOG.md)
- [Commits](rust-analyzer/smol_str@v0.3.1...v0.3.2)

---
updated-dependencies:
- dependency-name: smol_str
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent e67d66d commit 9521929
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 lib/segment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fs_extra = "1.3.0"
tinyvec = { version = "1.8.0", features = ["alloc"] }
validator = { workspace = true }
chrono = { workspace = true }
smol_str = { version = "0.3.1", features = ["serde"] }
smol_str = { version = "0.3.2", features = ["serde"] }
fnv = { workspace = true }
indexmap = { workspace = true }
ahash = { version = "0.8.11", features = ["serde"] }
Expand Down

0 comments on commit 9521929

Please sign in to comment.