Commit graph

695 commits

Author SHA1 Message Date
Jon Gjengset
3d4ae9c971
Merge pull request #270 from jonhoo/ci-bump
Ci bump
2023-09-09 17:47:42 +02:00
Jon Gjengset
1e9d119c08 Merge remote-tracking branch 'ci/main' into ci-bump 2023-09-09 17:37:01 +02:00
dependabot[bot]
deb9fd3f46
Bump actions/checkout from 3 to 4 (#13)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-09 16:21:14 +02:00
dependabot[bot]
86ba3dc4ce
Bump rustls-webpki from 0.100.1 to 0.100.2 (#268)
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.100.1 to 0.100.2.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](https://github.com/rustls/webpki/compare/v/0.100.1...v/0.100.2)

---
updated-dependencies:
- dependency-name: rustls-webpki
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-25 20:27:44 +02:00
Edward Rudd
3ca961a282
Add testing module that exposes parse methods (#262) 2023-08-25 18:47:03 +02:00
Jon Gjengset
7c327ddf5b Don't install OpenSSL on Windows by default 2023-08-20 15:12:25 +02:00
Rod Elias
c704bcc656
Install Openssl for Windows (#12) 2023-08-20 08:40:15 -04:00
Jon Gjengset
8148edf6ff Release alpha.11 2023-08-13 20:33:45 +02:00
Jon Gjengset
adcc46543c
Merge pull request #267 from checkline1052/main
bump rustls-connector to v0.18.1
2023-08-13 12:21:06 +02:00
Jon Gjengset
224c9ed471
Apply suggestions from code review 2023-08-13 12:15:28 +02:00
James Chacon
99f108f93c
Quote MSRV version to avoid float parsing (#11)
Put 1.70 in there (for instance if you want to pin against OnceLock stabilizing) and it will actually test 1.7 as it appears github auto converts this to a float?

Putting in quotes seems to do the right thing here
2023-08-13 12:13:38 +02:00
Jon Gjengset
e7d25dd895
Merge pull request #266 from jonhoo/dependabot/cargo/openssl-0.10.55
Bump openssl from 0.10.48 to 0.10.55
2023-08-13 11:31:26 +02:00
Jon Gjengset
235a73f694
Merge pull request #265 from jonhoo/dependabot/cargo/ouroboros-0.16.0
Bump ouroboros from 0.15.5 to 0.16.0
2023-08-13 11:27:05 +02:00
checkline1052
5466c9e1da bump rustls-connector to v0.18.1 2023-06-29 10:45:04 +02:00
dependabot[bot]
7c476884d2
Bump openssl from 0.10.48 to 0.10.55
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.48 to 0.10.55.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.48...openssl-v0.10.55)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-21 22:54:56 +00:00
dependabot[bot]
52d4542368
Bump ouroboros from 0.15.5 to 0.16.0
Bumps [ouroboros](https://github.com/joshua-maros/ouroboros) from 0.15.5 to 0.16.0.
- [Commits](https://github.com/joshua-maros/ouroboros/commits)

---
updated-dependencies:
- dependency-name: ouroboros
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-16 17:51:37 +00:00
Jon Gjengset
6332a3af21
[sanity] More robust injection of opt-level 1 (#9)
Fixes #8
2023-04-24 12:40:14 -07:00
Simen Bekkhus
16a2c2925e
chore: automatically cancel superseded Actions runs (#5) 2023-04-08 12:57:54 -04:00
Jon Gjengset
94418d8f9c
Merge pull request #257 from jonhoo/dependabot/cargo/openssl-0.10.48
Bump openssl from 0.10.41 to 0.10.48
2023-03-25 14:23:10 -07:00
dependabot[bot]
6d7dd4826b
Bump openssl from 0.10.41 to 0.10.48
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.41 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.41...openssl-v0.10.48)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-25 02:03:40 +00:00
Burkhard Mittelbach
80a89195f2
Add action to run doctest. (#3)
`cargo test --all-features` does not run doc-tests. For more information
see https://github.com/rust-lang/cargo/issues/6669.
2023-03-19 20:18:49 -04:00
Tudyx
0d12c82bf4
Unbreak cargo hack for non-libraries (#4) 2023-03-19 20:17:59 -04:00
Jon Gjengset
5ea59356dc Remove -Zmiri-tag-raw-pointers as it's now default 2023-03-12 09:40:09 -07:00
Jon Gjengset
a076ec1cb4 Minimal token permissions
See https://github.com/tokio-rs/tokio/pull/5072
2023-03-11 15:08:47 -08:00
Jon Gjengset
9afb0e111a Get rid of most actions-rs bits
Given that that project is unmaintained.

https://github.com/actions-rs/toolchain/issues/216
2023-03-11 15:07:41 -08:00
Jon Gjengset
8d115b4261
Merge pull request #256 from jonhoo/bump-ci
Merge from CI repo
2023-03-11 00:52:41 -05:00
Jon Gjengset
0da9d585fb Merge remote-tracking branch 'ci/main' into bump-ci 2023-03-10 21:32:53 -08:00
Jon Gjengset
90999e1bd1 Fix install message for msrv 2023-03-10 21:22:30 -08:00
Jon Gjengset
362696ab80 Move to maintained rust installer
See https://github.com/actions-rs/toolchain/issues/216
2023-03-10 21:16:37 -08:00
Jon Gjengset
41c5597135 Release alpha.10 2023-01-21 16:01:18 -08:00
Jon Gjengset
15a4c74765 changelog nit 2023-01-21 16:01:18 -08:00
Jon Gjengset
bdf90641a9
Merge pull request #253 from jonhoo/base64-bump
Bump base64 dependency
2023-01-21 16:00:16 -08:00
Jon Gjengset
846a68121c Maybe fix Windows CI 2023-01-21 15:39:24 -08:00
Jon Gjengset
bb8a10847f Fix minimal versions 2023-01-21 15:08:51 -08:00
Jon Gjengset
0a0a05bdbc Bump msrv for base64 2023-01-21 15:08:51 -08:00
Jon Gjengset
3198ddaf15 Address base64 deprecations 2023-01-21 15:08:51 -08:00
Jon Gjengset
e6ca65d420
Merge pull request #252 from jonhoo/dependabot/cargo/bumpalo-3.12.0
Bump bumpalo from 3.11.0 to 3.12.0
2023-01-21 14:41:37 -08:00
Jon Gjengset
3ac33ef7f3 Bump base64 dependency 2023-01-21 14:27:53 -08:00
Jon Gjengset
94d5c7d916 Update changelog 2023-01-21 14:26:30 -08:00
Jon Gjengset
4e7933d422
Merge pull request #249 from bitfehler/bitfehler/list-status
Add support for RFC 5819: LIST-STATUS extension
2023-01-21 14:21:22 -08:00
dependabot[bot]
a3f0f6b2b6
Bump bumpalo from 3.11.0 to 3.12.0
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/fitzgen/bumpalo/releases)
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: bumpalo
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-21 22:17:52 +00:00
Jon Gjengset
e32dec9e92 Merge remote-tracking branch 'ci/main' 2023-01-21 14:14:57 -08:00
Conrad Hoffmann
247e36bb0f Add support for RFC 5819: LIST-STATUS extension
See https://tools.ietf.org/html/rfc5819
2023-01-17 10:44:35 +01:00
Conrad Hoffmann
5c422aba36 Use test-full-imap feature to enable QRESYNC test
This test works against most fully-featured IMAP servers, also e.g.
against the cyrus-imapd-tester. It was previously ignored because the
greenmail test server did not support it.
2023-01-17 10:44:35 +01:00
Jon Gjengset
e9041480e3
Merge pull request #251 from bitfehler/bitfehler/pub-parse
Un-export some exposed `parse()` functions
2023-01-16 14:19:57 -08:00
Conrad Hoffmann
64e7b4aa24 Un-export some exposed parse() functions 2023-01-16 16:38:19 +01:00
Jon Gjengset
acb5d98550 Bump codecov action so it's not broken 2023-01-14 15:02:10 -08:00
Jon Gjengset
d6bd5c67a4
Merge pull request #1 from jonhoo/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2022-12-09 19:42:59 -05:00
dependabot[bot]
c8a7835b2f
Bump codecov/codecov-action from 2 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-10 00:25:41 +00:00
Jon Gjengset
82cbed84f8 Notify if actions themselves are outdated 2022-12-09 16:25:21 -08:00