Skip to content

Commit

Permalink
Merge pull request #53 from elijah-potter/dependabot/cargo/smallvec-1…
Browse files Browse the repository at this point in the history
….13.1

build(deps): bump smallvec from 1.12.0 to 1.13.1
  • Loading branch information
elijah-potter authored Mar 4, 2024
2 parents 0aa4af7 + 4e53da3 commit 3227580
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 harper-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ once_cell = "1.19.0"
paste = "1.0.14"
pulldown-cmark = "0.9.3"
serde = { version = "1.0.197", features = ["derive"] }
smallvec = { version = "1.12.0", features = ["serde"] }
smallvec = { version = "1.13.1", features = ["serde"] }
thiserror = "1.0.56"

[dev-dependencies]
Expand Down

0 comments on commit 3227580

Please sign in to comment.