Commit Graph

857 Commits

Author SHA1 Message Date
6102453a23 Update dependabot.yml 2022-06-08 07:28:00 +08:00
dependabot[bot]
9ff40bc883 Bump tokio from 1.19.1 to 1.19.2 (#13)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.1 to 1.19.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-07 10:31:00 +08:00
dependabot[bot]
6e4e87053a Bump bindgen from 0.60.0 to 0.60.1 (#12)
Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.60.0 to 0.60.1.
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.60.0...v0.60.1)

---
updated-dependencies:
- dependency-name: bindgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-07 10:30:31 +08:00
22b03b1e7a Update 2022-06-06 14:32:52 +00:00
dependabot[bot]
d5c2be4431 Bump tokio from 1.18.2 to 1.19.1 (#11)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.2 to 1.19.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.2...tokio-1.19.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06 11:14:19 +08:00
dependabot[bot]
5c063cb77c Bump bindgen from 0.59.2 to 0.60.0 (#10)
Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.59.2 to 0.60.0.
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.59.2...v0.60.0)

---
updated-dependencies:
- dependency-name: bindgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06 11:14:01 +08:00
1f04bab3f4 Use qload/qstore 2022-06-02 08:25:47 +00:00
36658a3753 Handle some basic options in WebClient::default 2022-06-02 08:15:40 +00:00
b9704e16ca Update submodule 2022-05-31 00:36:09 +00:00
89aad4b964 Remove unneeded RwLock 2022-05-30 10:57:52 +00:00
c00fbfde9c Update OptHelper, current only an instance in whole programs 2022-05-30 10:44:33 +00:00
3f2a9d6ff6 Update 2022-05-29 12:38:19 +00:00
ad94ec1a96 Update 2022-05-28 13:24:16 +00:00
c9474bbab5 Update 2022-05-28 01:09:31 +00:00
4a0bb93f97 Update 2022-05-27 14:38:42 +00:00
3cf0afb6df devcontainer: set commit.gpgsign as a global var 2022-05-27 12:17:01 +00:00
c4ebd8d151 Update devcontainer 2022-05-27 12:14:54 +00:00
106cb7347e Update 2022-05-27 11:55:07 +00:00
194f964e91 Update 2022-05-26 11:16:29 +00:00
c002f124bb add permissions to c-utils 2022-05-25 13:08:35 +00:00
be6d52224a Update 2022-05-25 10:07:23 +00:00
0e4727785d Update submodule 2022-05-25 09:46:41 +00:00
88a8b0d0e8 Try to add devcontainer 2022-05-25 07:22:51 +00:00
8daa1c822e add download alias 2022-05-25 03:25:28 +00:00
dependabot[bot]
5f7946e7da Bump indicatif from 0.17.0-rc.10 to 0.17.0-rc.11 (#9)
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.0-rc.10 to 0.17.0-rc.11.
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](https://github.com/console-rs/indicatif/commits)

---
updated-dependencies:
- dependency-name: indicatif
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25 10:49:56 +08:00
42d0f6e9a9 Update I18N 2022-05-25 06:55:55 +08:00
179ea53f4b --download-multiple-images support a optional value 2022-05-24 13:29:51 +00:00
26e257de48 Update README.md 2022-05-24 04:50:43 +00:00
5d9a1784c3 Add README 2022-05-24 04:41:01 +00:00
4d3dd16950 Fix print help message will return 1 2022-05-24 03:43:30 +00:00
5ccbfecb89 Do not panic if command line have unreconginzed option.
Return 1 if no command is parsed.
2022-05-24 03:03:36 +00:00
dependabot[bot]
cccda23664 Bump regex from 1.5.5 to 1.5.6 (#8)
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.5 to 1.5.6.
- [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.5.5...1.5.6)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-23 10:42:26 +08:00
802fc7b658 Fix build scripts not build 2022-05-17 15:20:33 +08:00
650e533519 update 2022-05-17 15:02:06 +08:00
d926defeec . 2022-05-16 22:49:54 +08:00
e3c3a9a3c5 Fix bug in unittest 2022-05-16 22:47:32 +08:00
ec5109dd48 Move int-enum as required depedency 2022-05-16 22:41:59 +08:00
63e39f14c0 Update pd_file 2022-05-16 22:34:19 +08:00
65da50ffe5 Add pd_file_spec.md 2022-05-15 15:48:14 +08:00
76f6691f8a fix support for language switch
update document
2022-05-15 12:26:58 +08:00
50122f6450 update trait impl 2022-05-15 10:28:22 +08:00
886f05aa12 ExifImage support to modify current buffered ExifData 2022-05-14 07:45:43 +08:00
8e5b24bef2 Update the document 2022-05-13 21:00:29 +08:00
cbbec08db6 Update exif module 2022-05-13 15:25:27 +08:00
3868d69d23 Move stdext to ext::try_err 2022-05-13 12:25:32 +08:00
234fd90580 WebClient change all &mut self to &self 2022-05-10 22:01:12 +08:00
4f72d33542 Update cmake module 2022-05-10 13:35:53 +08:00
dependabot[bot]
21dc24b1dc Bump tokio from 1.18.1 to 1.18.2 (#7) 2022-05-09 03:04:30 +00:00
dependabot[bot]
963f90b86f Bump tokio from 1.18.0 to 1.18.1 (#6)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.0...tokio-1.18.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-03 10:48:39 +08:00
dependabot[bot]
49b5c7a206 Bump tokio from 1.17.0 to 1.18.0 (#5)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.17.0...tokio-1.18.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 11:04:29 +08:00