link2xt
be73076e9e
chore(cargo): replace unmaintained ansi_term with nu-ansi-term
2024-09-01 16:10:30 +00:00
link2xt
9d47be0d8a
Merge tag 'v1.142.11'
2024-08-30 22:38:15 +00:00
link2xt
fcf3dbbad4
chore(release): prepare for 1.142.11
2024-08-30 22:37:12 +00:00
link2xt
c7c3b9ca90
feat: replace reqwest with hyper
...
This change replaces
usage of `reqwest` and `hyper-util`
with custom connection establishment code
so it is done in the same way
as for IMAP and SMTP connections.
This way we control HTTP, IMAP and SMTP
connection establishment
and schedule connection attempts
to resolved IP addresses
in the same way for all 3 protocols.
2024-08-29 23:10:17 +00:00
link2xt
54cfc21e28
Remove old iroh 0.4
2024-08-29 20:59:41 +00:00
link2xt
ee5723416e
chore(cargo): update iroh to 0.23.0
2024-08-28 23:15:38 +00:00
link2xt
2dd85afdc2
chore(release): prepare for 1.142.10
2024-08-26 18:53:03 +00:00
link2xt
495337743a
chore(release): prepare for 1.142.9
2024-08-24 21:42:49 +00:00
link2xt
0d0f556f21
chore(release): prepare for 1.142.8
2024-08-21 12:44:16 +00:00
link2xt
8538a3c148
chore(release): prepare for 1.142.7
2024-08-17 16:00:42 +00:00
link2xt
1faff84905
build: update rpgp from 0.13.1 to 0.13.2
...
This fixes the problem with old core (<1.136.0)
not being able to decrypt messages
produced with the new core
when using Ed25519 keys.
The issue is described in
<https://github.com/deltachat/deltachat-core-rust/issues/5881 >
2024-08-17 11:31:22 +00:00
link2xt
ed74f4d1d9
chore(release): prepare for 1.142.6
2024-08-15 16:57:56 +00:00
B. Petersen
a0e89e4d4e
chore(release): prepare for 1.142.5
2024-08-15 02:13:59 +00:00
link2xt
6519630d46
chore(release): prepare for 1.142.4
2024-08-09 17:30:54 +00:00
link2xt
e701709645
chore(cargo): update iroh from 0.21 to 0.22 ( #5860 )
2024-08-09 14:06:22 +00:00
link2xt
17eb85b9cd
build: downgrade Tokio to 1.38 to fix Android compilation
2024-08-05 17:10:11 +00:00
link2xt
3c688360fb
chore(release): prepare for 1.142.3
2024-08-04 04:11:52 +00:00
link2xt
9f220768c2
build: do not disable "vendored" feature in the workspace
...
This fixes `nix build .#python-docs`
2024-08-04 03:17:42 +00:00
link2xt
fd183c6ee5
chore: remove direct "quinn" dependency
2024-08-04 02:31:42 +00:00
link2xt
9788fb16e8
chore(cargo): update rusqlite and libsqlite3-sys
...
SQLCipher does not allow passing empty key
since version v4.5.5,
so PRAGMA calls are wrapped into if's.
2024-08-03 23:02:08 +00:00
link2xt
39ed587959
Revert "chore(cargo): update rusqlite"
...
This reverts commit 1b92d18777 .
2024-08-03 19:19:55 +00:00
link2xt
c4327a0558
Fix cargo warnings about default-features
...
Otherwise cargo emits these warnings:
warning: .../deltachat-core-rust/deltachat-ffi/Cargo.toml: `default-features` is ignored for deltachat, since `default-features` was not specified for `workspace.dependencies.deltachat`, this could become a hard error in the future
warning: .../deltachat-core-rust/deltachat-rpc-server/Cargo.toml: `default-features` is ignored for deltachat, since `default-features` was not specified for `workspace.dependencies.deltachat`, this could become a hard error in the future
warning: .../deltachat-core-rust/deltachat-rpc-server/Cargo.toml: `default-features` is ignored for deltachat-jsonrpc, since `default-features` was not specified for `workspace.dependencies.deltachat-jsonrpc`, this could become a hard error in the future
2024-08-03 19:08:47 +00:00
link2xt
1b92d18777
chore(cargo): update rusqlite
2024-08-03 19:08:29 +00:00
link2xt
a67503ae4a
chore: remove backtrace dependency
...
It is not used directly by `deltachat` crate.
2024-08-02 23:06:30 +00:00
link2xt
c54f39bea0
chore: remove sha2 dependency
...
It is not used since ce6ec64069
2024-08-02 23:06:30 +00:00
dependabot[bot]
09d46942ca
Merge pull request #5832 from deltachat/dependabot/cargo/tokio-1.39.2
2024-08-02 19:51:34 +00:00
dependabot[bot]
b31bcf5561
Merge pull request #5836 from deltachat/dependabot/cargo/quick-xml-0.36.1
2024-08-02 19:43:48 +00:00
link2xt
da50d682e1
chore(release): prepare for 1.142.2
2024-08-02 17:05:43 +00:00
dependabot[bot]
7e7aa7aba0
chore(cargo): bump quick-xml from 0.35.0 to 0.36.1
...
Bumps [quick-xml](https://github.com/tafia/quick-xml ) from 0.35.0 to 0.36.1.
- [Release notes](https://github.com/tafia/quick-xml/releases )
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md )
- [Commits](https://github.com/tafia/quick-xml/compare/v0.35.0...v0.36.1 )
---
updated-dependencies:
- dependency-name: quick-xml
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-01 21:57:59 +00:00
dependabot[bot]
c808ed1368
chore(cargo): bump tokio from 1.38.0 to 1.39.2
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.38.0 to 1.39.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.0...tokio-1.39.2 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-01 21:56:05 +00:00
link2xt
0324884124
build: use workspace dependencies to make cargo-deny 0.15.1 happy
2024-07-31 16:45:12 +00:00
link2xt
c163438eaf
chore(release): prepare for 1.142.1
2024-07-30 15:40:06 +00:00
link2xt
3b040fd4b5
ci: update Rust to 1.80.0
2024-07-26 23:57:21 +00:00
link2xt
b9b9ed197e
chore(cargo): update iroh from 0.20.0 to 0.21.0
2024-07-26 23:07:59 +00:00
link2xt
5fb5fd4318
chore(release): prepare for 1.142.0
2024-07-23 05:02:53 +00:00
link2xt
8f400dda85
feat: use custom DNS resolver for HTTP(S)
2024-07-21 23:04:53 +00:00
link2xt
cc51d51a78
chore(cargo): update iroh from 0.17 to 0.20
2024-07-09 22:11:30 +00:00
link2xt
7f1068e37e
chore(release): prepare for 1.141.2
2024-07-09 17:12:59 +00:00
link2xt
088008a030
chore(cargo): update rPGP from 0.11 to 0.13
2024-07-09 01:32:38 +00:00
link2xt
a198e9fce8
chore(cargo): update yerpc to 0.6.2
2024-07-06 16:08:35 +00:00
dependabot[bot]
5beb4a5f27
chore(cargo): bump quick-xml from 0.31.0 to 0.35.0
...
Bumps [quick-xml](https://github.com/tafia/quick-xml ) from 0.31.0 to 0.35.0.
- [Release notes](https://github.com/tafia/quick-xml/releases )
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md )
- [Commits](https://github.com/tafia/quick-xml/compare/v0.31.0...v0.35.0 )
---
updated-dependencies:
- dependency-name: quick-xml
dependency-type: direct:production
update-type: version-update:semver-minor
...
Co-authored-by: iequidoo <dgreshilov@gmail.com >
2024-07-02 18:52:29 -03:00
dependabot[bot]
1f36595d19
chore(cargo): bump async-broadcast from 0.7.0 to 0.7.1
...
Bumps [async-broadcast](https://github.com/smol-rs/async-broadcast ) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/smol-rs/async-broadcast/releases )
- [Changelog](https://github.com/smol-rs/async-broadcast/blob/master/CHANGELOG.md )
- [Commits](https://github.com/smol-rs/async-broadcast/compare/0.7.0...v0.7.1 )
---
updated-dependencies:
- dependency-name: async-broadcast
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-01 21:56:32 +00:00
link2xt
71104e9312
chore(release): prepare for 1.141.1
2024-06-27 15:11:19 +00:00
link2xt
6607b7fd62
chore(release): prepare for 1.141.0
2024-06-24 21:03:24 +00:00
Hocuri
a5d14b377d
refactor: Deduplicate dependency versions ( #5691 )
...
Deduplicate dependency versions by specifying them only once in
Cargo.toml for the whole workspace under `[workspace.dependencies]`.
2024-06-17 07:51:54 +00:00
link2xt
6a3902d90d
chore(release): prepare for 1.140.2
2024-06-07 22:22:27 +00:00
link2xt
6d720b793d
chore(release): prepare for 1.140.1
2024-06-05 19:07:26 +00:00
dependabot[bot]
db4183596c
chore(cargo): bump tokio-util from 0.7.10 to 0.7.11
...
Bumps [tokio-util](https://github.com/tokio-rs/tokio ) from 0.7.10 to 0.7.11.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.10...tokio-util-0.7.11 )
---
updated-dependencies:
- dependency-name: tokio-util
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-05 17:00:30 +00:00
dependabot[bot]
cc7c235556
chore(cargo): bump tokio from 1.37.0 to 1.38.0
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.37.0 to 1.38.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.37.0...tokio-1.38.0 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-05 11:24:10 +00:00
dependabot[bot]
56960882ce
chore(cargo): bump async-channel from 2.2.1 to 2.3.1
...
Bumps [async-channel](https://github.com/smol-rs/async-channel ) from 2.2.1 to 2.3.1.
- [Release notes](https://github.com/smol-rs/async-channel/releases )
- [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/smol-rs/async-channel/compare/v2.2.1...v2.3.1 )
---
updated-dependencies:
- dependency-name: async-channel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-05 11:23:48 +00:00