Skip to content

Commit

Permalink
build(deps): reqwest use rustls (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Sep 6, 2024
1 parent cc84dfd commit 660eed0
Show file tree
Hide file tree
Showing 5 changed files with 416 additions and 145 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Publish to cargo
run: cargo publish --verbose --locked --token ${{ secrets.CARGO_TOKEN }}
run: cargo publish -p mdsf --verbose --locked --token ${{ secrets.CARGO_TOKEN }}
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

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

#### [v0.2.3](https://github.com/hougesen/mdsf/compare/v0.2.2...v0.2.3)

> 6 September 2024
- build(deps): bump serde_json from 1.0.127 to 1.0.128 [`#453`](https://github.com/hougesen/mdsf/pull/453)
- build(deps): bump clap from 4.5.16 to 4.5.17 [`#452`](https://github.com/hougesen/mdsf/pull/452)
- build(deps): bump serde from 1.0.209 to 1.0.210 [`#455`](https://github.com/hougesen/mdsf/pull/455)
- build(deps): bump clap_complete from 4.5.24 to 4.5.26 [`#454`](https://github.com/hougesen/mdsf/pull/454)
- build(deps): bump anyhow from 1.0.86 to 1.0.87 [`#451`](https://github.com/hougesen/mdsf/pull/451)
- build: setup cargo dist [`#450`](https://github.com/hougesen/mdsf/pull/450)
- refactor: convert project to cargo workspace [`#449`](https://github.com/hougesen/mdsf/pull/449)
- feat(config): add support for fallback formatters [`#446`](https://github.com/hougesen/mdsf/pull/446)
- chore: update language ext map [`#445`](https://github.com/hougesen/mdsf/pull/445)
Expand All @@ -19,7 +29,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- build(deps): bump tempfile to 3.12.0 [`#437`](https://github.com/hougesen/mdsf/pull/437)
- build(deps): bump clap to 4.5.16 [`#436`](https://github.com/hougesen/mdsf/pull/436)
- chore: bump dev version to v0.2.3 [`1a5a9b6`](https://github.com/hougesen/mdsf/commit/1a5a9b6f99e7fce3e8a97ba37110ff62dc6fe403)
- build: setup cargo dist [`164e4ad`](https://github.com/hougesen/mdsf/commit/164e4ada009f744dc5731eb7cd2fce255106400a)
- fix: use exact package version [`a91f924`](https://github.com/hougesen/mdsf/commit/a91f9243dd9947b4f740538208dffcfe950ae694)
- chore: add mdsf folder for dependabot [`659c7e3`](https://github.com/hougesen/mdsf/commit/659c7e3ffc71e33d84254fc4a4bf1df836c11c93)

#### [v0.2.2](https://github.com/hougesen/mdsf/compare/v0.2.1...v0.2.2)

Expand Down
Loading

0 comments on commit 660eed0

Please sign in to comment.