Skip to content

Commit

Permalink
deps(once_cell): bump to 1.20.2 (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Oct 26, 2024
1 parent e6fdcc8 commit ec3f17c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [Unreleased](https://github.com/hougesen/mdsf/compare/v0.2.7...HEAD)

- deps(regex): bump to version 1.11.1 [`#498`](https://github.com/hougesen/mdsf/pull/498)
- deps(once_cell): bump to 1.20.2 [`#499`](https://github.com/hougesen/mdsf/pull/499)
- deps(regex): bump to 1.11.1 [`#498`](https://github.com/hougesen/mdsf/pull/498)
- deps(serde): bump to version 1.0.213 [`#497`](https://github.com/hougesen/mdsf/pull/497)
- deps(serde_json): 1.0.132 [`#496`](https://github.com/hougesen/mdsf/pull/496)
- deps(anyhow): bump to 1.0.91 [`#495`](https://github.com/hougesen/mdsf/pull/495)
Expand Down
13 changes: 2 additions & 11 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 @@ -23,7 +23,7 @@ ignore = "0.4.23"
json_comments = "0.2.2"
log = "0.4.22"
mdsf = { path = "./mdsf", features = ["json-schema"] }
once_cell = "1.20.1"
once_cell = "1.20.2"
regex = "1.11.1"
reqwest = { version = "0.12.8", default-features = false, features = [
"blocking",
Expand Down

0 comments on commit ec3f17c

Please sign in to comment.