Commit Graph

52 Commits (master)

Author SHA1 Message Date
Sunshine f7e5527432 upgrade html5ever to 0.26.0 3 months ago
Sunshine 73c0ceebd4 bump version number (2.8.0 -> 2.8.1) 4 months ago
Sunshine a3e82a2ad8 update dependencies 4 months ago
Sunshine a5bf1705db bump version number (2.7.0 -> 2.8.0) 4 months ago
Sunshine 1c71e708e1 bump version number (2.6.2 -> 2.7.0), update dependencies 1 year ago
Jakub Jirutka 7c61b462dd disable unnecessary/unused regex features to reduce binary size
This will reduce the monolith binary size by ~15%.
2 years ago
dependabot[bot] 54609b10e5
Bump iana-time-zone from 0.1.44 to 0.1.46 (#316)
Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.44 to 0.1.46.
- [Release notes](https://github.com/strawlab/iana-time-zone/releases)
- [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md)
- [Commits](https://github.com/strawlab/iana-time-zone/compare/0.1.44...v0.1.46)

---
updated-dependencies:
- dependency-name: iana-time-zone
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Sunshine 013d93bacc
update 3rd-party dependencies and bump version number 2 years ago
Sunshine 0df8613789
Rewrite part of function retrieve_asset, include support for brotli and deflate (#312)
do not crash the app if reqwest throws, add support for deflate & brotli
2 years ago
Sunshine 68a1531a11
Update packages (#313)
update dependencies
2 years ago
Sunshine 99c3be1804
Merge pull request #308 from Y2Z/dependabot/cargo/tokio-1.16.1
Bump tokio from 1.12.0 to 1.16.1
2 years ago
dependabot[bot] c5c5f1ca44
Bump regex from 1.5.4 to 1.5.5
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5.
- [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.4...1.5.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot] de6a13a884
Bump tokio from 1.12.0 to 1.16.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.12.0 to 1.16.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.12.0...tokio-1.16.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Sunshine 900dd8d163
offload percent decoding to percent-encoding crate 3 years ago
Sunshine 2be725eeb5
bump version number (2.6.0 -> 2.6.1) 3 years ago
Sunshine dd2e9ca2e5
update crates 3 years ago
Sunshine 03b9af543a
bump version (2.5.0 -> 2.6.0) 3 years ago
Sunshine b8aa545e8c
add support for wider range of charsets 3 years ago
Sunshine 77d6022d84
bump version (2.4.1 -> 2.5.0) 3 years ago
Sunshine 5db19d1a3e
update dependencies 3 years ago
Sunshine 2e86ee67a5
revamp codebase 3 years ago
Sunshine 98ddb821a5
bump version number 3 years ago
Sunshine 9a27c6c5ee
add color to asset download log 3 years ago
Sunshine e78405f2ae
update dependencies 3 years ago
Sunshine c469c30cbd
update crates 3 years ago
Sunshine a5afda9c80
Merge pull request #229 from snshn/cargo-install
Update Cargo.toml for publishing on crates.io
3 years ago
Sunshine f8dcb335e7
bump version, make possible to install via cargo 3 years ago
Sunshine 614a518475
fix srcset parsing 3 years ago
Sunshine 08de486382
use newer dependencies 3 years ago
zfhrp 3e80cb02ce update clap 2.33.1 -> 2.33.3 4 years ago
Sunshine 92f38556b6
bump version (2.3.0 -> 2.3.1) 4 years ago
Sunshine 5a502eab4b
update crate versions 4 years ago
Sunshine 2c5d1e930b
bump version (2.2.7 -> 2.3.0) 4 years ago
Sunshine f9aac6f41b
update crates 4 years ago
Sunshine 80523c5a59
version bump 4 years ago
Sunshine 19a87f426e
version bump 4 years ago
Sunshine 2ca2c7aff8
version bump 4 years ago
Sunshine a18df74946
refactor code and implement integrity validation 4 years ago
Sunshine c999359b9f
Merge branch 'context-comment' of github.com:Alch-Emi/monolith into context-comment 4 years ago
Sunshine 890bcb1bb6
version bump 4 years ago
Sunshine b1d6bbce0c
upgrade base64 crate & version bump (2.2.2 → 2.2.3) 4 years ago
Sunshine 8112ab6d04
version bump (2.2.1 → 2.2.2) 4 years ago
Sunshine 4951fea730
implement full CSS parsing 4 years ago
Sunshine f27d5fa23e
bump version number (2.1.2 → 2.2.0) 4 years ago
Sunshine 0d1e21e9ad
add black box tests 4 years ago
Sunshine 23ceaed493
update crates 4 years ago
Sunshine b6896febf1
version bump (2.1.1 → 2.1.2) 4 years ago
Emi Simpson 27c9fb4cd3
Added comment indicating the context under which the page was downloaded 4 years ago
rhysd 6e99ad13e7 upgrade reqwest to v0.10.0
This will improve build time and binary size as follows:

* Before

- **Compile targets**: 220
- **Build time**: `cargo build --release  1264.95s user 39.72s system 335% cpu 6:29.14 total`
- **Binary size**: 6578568 bytes

* After

- **Compile targets**: 170
- **Build time**: `cargo build --release  1130.64s user 32.15s system 359% cpu 5:23.69 total`
- **Binary size**: 6107088 bytes

* Differences

- **Compile targets**: 1.29x smaller
- **Build time**: 1.23x faster
- **Binary size**: 1.07x smaller
4 years ago
Sunshine 88ffde0c3b wipe integrity attributes 4 years ago