link2xt
9c9c401e66
ci: use --all-targets --all-features for cargo check
2023-04-03 19:27:11 +00:00
link2xt
72031edfbe
ci: split CI into more parallel jobs
...
With this, all the builds happen in parallel in 3-6 minutes,
and then python tests run for 8-9 minutes.
Before, it was 6-17 minutes for compilation,
then 19-31 minutes for python tests.
Compilation of the library and test binary was not parallelized,
and then python tests included async python tests
and deltachat-rpc-server binary compilation.
Now, deltachat-rpc-server compilation,
Rust testing and async python tests are separate jobs.
2023-04-03 19:27:11 +00:00
iequidoo
41456aa2ab
jsonrpc API: Fix documentation of search_messages() ( #4288 )
2023-04-03 14:17:39 -04:00
link2xt
a70f29381a
location: remove bitflags dependency
2023-04-03 16:56:37 +00:00
dependabot[bot]
3b0ad73732
Merge pull request #4270 from deltachat/dependabot/cargo/async_zip-0.0.12
2023-04-03 16:08:41 +00:00
dependabot[bot]
8c302648bb
Merge pull request #4263 from deltachat/dependabot/cargo/tokio-1.27.0
2023-04-03 16:06:43 +00:00
dependabot[bot]
01b888c341
cargo: bump tokio from 1.26.0 to 1.27.0
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.26.0...tokio-1.27.0 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-03 12:33:21 +00:00
dependabot[bot]
f8e87a8b6c
cargo: bump async_zip from 0.0.11 to 0.0.12
...
Bumps [async_zip](https://github.com/Majored/rs-async-zip ) from 0.0.11 to 0.0.12.
- [Release notes](https://github.com/Majored/rs-async-zip/releases )
- [Commits](https://github.com/Majored/rs-async-zip/commits )
---
updated-dependencies:
- dependency-name: async_zip
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-03 12:33:19 +00:00
link2xt
01af83946c
Update to released version of async-imap
2023-04-03 12:31:16 +00:00
link2xt
386a9ad0b0
Update from yanked spin 0.9.7 to 0.9.8
2023-04-03 10:21:11 +00:00
Floris Bruynooghe
c6c20d8f3c
ref(scheduler): Make InnerSchedulerState an enum ( #4251 )
...
This is more verbose, but makes reasoning about things easier.
2023-04-03 11:13:44 +02:00
dependabot[bot]
40b072711e
Merge pull request #4283 from deltachat/dependabot/cargo/rusqlite-0.29.0
2023-04-03 08:25:57 +00:00
Floris Bruynooghe
2469964a44
ref(sql): Do not warn if BLOBS_BACKUP_NAME does not exist ( #4256 )
...
ref(sql): Dop not warn if BLOBS_BACKUP_NAME does not exist
It is perfectly normal for this directory to not exist.
2023-04-03 09:28:17 +02:00
link2xt
40e0924768
Add bitflags exception to deny.toml
2023-04-03 07:25:44 +00:00
dependabot[bot]
e016440fb3
Merge pull request #4267 from deltachat/dependabot/cargo/serde_json-1.0.95
2023-04-02 22:06:59 +00:00
dependabot[bot]
a37aaa5585
Merge pull request #4271 from deltachat/dependabot/cargo/image-0.24.6
2023-04-02 22:06:26 +00:00
dependabot[bot]
1ee551d53e
cargo: bump serde_json from 1.0.93 to 1.0.95
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.93 to 1.0.95.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.93...v1.0.95 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-02 19:55:56 +00:00
dependabot[bot]
2341eed796
Merge pull request #4282 from deltachat/dependabot/cargo/futures-0.3.28
2023-04-02 19:54:10 +00:00
dependabot[bot]
49cfd79505
Merge pull request #4265 from deltachat/dependabot/cargo/serde-1.0.159
2023-04-02 19:41:36 +00:00
dependabot[bot]
9ac0d1a1ce
Merge pull request #4280 from deltachat/dependabot/cargo/thiserror-1.0.40
2023-04-02 19:00:26 +00:00
dependabot[bot]
6046dfabe9
cargo: bump rusqlite from 0.28.0 to 0.29.0
...
Bumps [rusqlite](https://github.com/rusqlite/rusqlite ) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/rusqlite/rusqlite/releases )
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md )
- [Commits](https://github.com/rusqlite/rusqlite/compare/v0.28.0...v0.29.0 )
---
updated-dependencies:
- dependency-name: rusqlite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-02 18:32:07 +00:00
dependabot[bot]
c2269bf777
cargo: bump futures from 0.3.26 to 0.3.28
...
Bumps [futures](https://github.com/rust-lang/futures-rs ) from 0.3.26 to 0.3.28.
- [Release notes](https://github.com/rust-lang/futures-rs/releases )
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.26...0.3.28 )
---
updated-dependencies:
- dependency-name: futures
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-02 17:40:49 +00:00
dependabot[bot]
b81a958021
Merge pull request #4278 from deltachat/dependabot/cargo/walkdir-2.3.3
2023-04-02 17:16:24 +00:00
dependabot[bot]
9e37a5643c
cargo: bump thiserror from 1.0.38 to 1.0.40
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.38 to 1.0.40.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.38...1.0.40 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-02 16:42:22 +00:00
dependabot[bot]
50a213c2e1
cargo: bump serde from 1.0.152 to 1.0.159
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.152 to 1.0.159.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.152...v1.0.159 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-02 16:42:10 +00:00
link2xt
c6e9fbd501
Update syn crate in deltachat_derive
2023-04-02 16:40:23 +00:00
dependabot[bot]
720b5aa7c1
Merge pull request #4284 from deltachat/dependabot/cargo/toml-0.7.3
2023-04-02 16:30:33 +00:00
dependabot[bot]
7be7640d3f
Merge pull request #4266 from deltachat/dependabot/cargo/reqwest-0.11.16
2023-04-02 16:07:43 +00:00
dependabot[bot]
e4d97278ee
cargo: bump reqwest from 0.11.14 to 0.11.16
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.11.14 to 0.11.16.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.14...v0.11.16 )
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-02 15:07:16 +00:00
dependabot[bot]
793ad82d42
Merge pull request #4277 from deltachat/dependabot/cargo/libc-0.2.140
2023-04-02 15:04:51 +00:00
dependabot[bot]
2b4d846f0e
Merge pull request #4285 from deltachat/dependabot/cargo/regex-1.7.3
2023-04-02 15:03:47 +00:00
dependabot[bot]
379eadab4f
Merge pull request #4281 from deltachat/dependabot/cargo/anyhow-1.0.70
2023-04-02 14:45:24 +00:00
dependabot[bot]
53a41fcffe
cargo: bump anyhow from 1.0.69 to 1.0.70
...
Bumps [anyhow](https://github.com/dtolnay/anyhow ) from 1.0.69 to 1.0.70.
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.69...1.0.70 )
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-02 09:52:31 +00:00
link2xt
5e597e1f09
Merge tag 'v1.112.5'
2023-04-02 09:50:16 +00:00
link2xt
c9879f863b
Prepare 1.112.5 release
v1.112.5
2023-04-02 09:48:39 +00:00
dependabot[bot]
e1b260d0ec
cargo: bump regex from 1.7.1 to 1.7.3
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.7.1 to 1.7.3.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.7.1...1.7.3 )
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-02 09:19:42 +00:00
dependabot[bot]
480b05063d
cargo: bump libc from 0.2.139 to 0.2.140
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.139 to 0.2.140.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.139...0.2.140 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-02 09:17:54 +00:00
dependabot[bot]
8477f7b472
Merge pull request #4276 from deltachat/dependabot/cargo/quick-xml-0.28.1
2023-04-02 09:17:40 +00:00
dependabot[bot]
91ae4eab06
Merge pull request #4268 from deltachat/dependabot/cargo/dirs-5.0.0
2023-04-02 09:14:21 +00:00
link2xt
f6d27516cb
Run migrations before delete_and_reset_all_device_msgs()
...
Both when importing a backup from file or receiving it over the network.
2023-04-02 08:39:13 +00:00
dependabot[bot]
7b86681cb2
Merge pull request #4274 from deltachat/dependabot/cargo/testdir-0.7.3
2023-04-02 08:38:19 +00:00
dependabot[bot]
1de815441a
Merge pull request #4272 from deltachat/dependabot/cargo/chrono-0.4.24
2023-04-02 08:37:11 +00:00
link2xt
d6426dc1b6
imex: run migrations after receiving a transferred backup
...
Similarly to how `imex_inner()` runs migrations
after successful call to `import_backup()`,
migrations should be run after receiving a backup
using `transfer_from_provider()`.
2023-04-01 23:56:36 +00:00
dependabot[bot]
44a36025b5
cargo: bump toml from 0.7.2 to 0.7.3
...
Bumps [toml](https://github.com/toml-rs/toml ) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/toml-rs/toml/releases )
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.2...toml-v0.7.3 )
---
updated-dependencies:
- dependency-name: toml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-01 22:04:59 +00:00
dependabot[bot]
00017ab653
cargo: bump walkdir from 2.3.2 to 2.3.3
...
Bumps [walkdir](https://github.com/BurntSushi/walkdir ) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/BurntSushi/walkdir/releases )
- [Commits](https://github.com/BurntSushi/walkdir/compare/2.3.2...2.3.3 )
---
updated-dependencies:
- dependency-name: walkdir
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-01 22:03:47 +00:00
dependabot[bot]
411adc861e
cargo: bump quick-xml from 0.27.1 to 0.28.1
...
Bumps [quick-xml](https://github.com/tafia/quick-xml ) from 0.27.1 to 0.28.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.27.1...v0.28.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 >
2023-04-01 22:03:25 +00:00
dependabot[bot]
c5b3939ddb
cargo: bump testdir from 0.7.2 to 0.7.3
...
Bumps testdir from 0.7.2 to 0.7.3.
---
updated-dependencies:
- dependency-name: testdir
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-01 22:02:46 +00:00
dependabot[bot]
a9e3ea56ec
cargo: bump chrono from 0.4.23 to 0.4.24
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.23 to 0.4.24.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.23...v0.4.24 )
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-01 22:02:27 +00:00
dependabot[bot]
6a0f17a983
cargo: bump image from 0.24.5 to 0.24.6
...
Bumps [image](https://github.com/image-rs/image ) from 0.24.5 to 0.24.6.
- [Release notes](https://github.com/image-rs/image/releases )
- [Changelog](https://github.com/image-rs/image/blob/master/CHANGES.md )
- [Commits](https://github.com/image-rs/image/commits )
---
updated-dependencies:
- dependency-name: image
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-01 22:02:14 +00:00
dependabot[bot]
28e6f457b1
cargo: bump dirs from 4.0.0 to 5.0.0
...
Bumps [dirs](https://github.com/soc/dirs-rs ) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/soc/dirs-rs/releases )
- [Commits](https://github.com/soc/dirs-rs/commits )
---
updated-dependencies:
- dependency-name: dirs
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-01 22:01:31 +00:00