dependabot[bot]
|
d154dbe7be
|
build(deps): bump h2 from 0.3.13 to 0.3.17 in /ch_05/crawler
Bumps [h2](https://github.com/hyperium/h2) from 0.3.13 to 0.3.17.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.13...v0.3.17)
---
updated-dependencies:
- dependency-name: h2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-13 16:56:27 +00:00 |
|
Boynn
|
40d98cd0ea
|
refactor: fix typo and optimize naming
|
2023-02-08 22:18:13 +08:00 |
|
dependabot[bot]
|
fd248c437e
|
build(deps): bump tokio from 1.20.3 to 1.20.4 in /ch_05/crawler
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.3 to 1.20.4.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.20.3...tokio-1.20.4)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-06 02:17:03 +00:00 |
|
dependabot[bot]
|
504a8e0e17
|
build(deps): bump bumpalo from 3.10.0 to 3.12.0 in /ch_05/crawler
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.10.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.10.0...3.12.0)
---
updated-dependencies:
- dependency-name: bumpalo
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-20 22:05:52 +00:00 |
|
dependabot[bot]
|
8ec9d279e6
|
build(deps): bump tokio from 1.19.2 to 1.20.3 in /ch_05/crawler
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.2 to 1.20.3.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.19.2...tokio-1.20.3)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-07 02:53:40 +00:00 |
|
Sylvain Kerkour
|
26e0233a31
|
update Rust edition = '2021'
|
2022-06-09 10:00:20 +00:00 |
|
Sylvain Kerkour
|
b6220fcb0b
|
ch_05/crawler: Update dependencies
|
2022-06-09 06:58:37 +00:00 |
|
Sylvain Kerkour
|
e1c655faf2
|
Merge pull request #63 from skerkour/dependabot/cargo/ch_05/crawler/tokio-1.13.1
build(deps): bump tokio from 1.12.0 to 1.13.1 in /ch_05/crawler
|
2022-06-07 03:36:37 +02:00 |
|
dependabot[bot]
|
a66999c5f8
|
build(deps): bump regex from 1.5.4 to 1.5.5 in /ch_05/crawler
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>
|
2022-06-06 22:01:50 +00:00 |
|
dependabot[bot]
|
632b02db8b
|
build(deps): bump tokio from 1.12.0 to 1.13.1 in /ch_05/crawler
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.12.0 to 1.13.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.12.0...tokio-1.13.1)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 19:45:30 +00:00 |
|
Sylvain Kerkour
|
77a6dc9b69
|
Update all dependencies
|
2021-10-16 19:31:29 +00:00 |
|
Sylvain Kerkour
|
0760c3481e
|
ch_05: fmt
|
2021-10-13 09:20:03 +00:00 |
|
Sylvain Kerkour
|
6bd849caa9
|
ch_05/crawler: Update cvedetails atart URL
|
2021-10-07 15:40:23 +00:00 |
|
Sylvain Kerkour
|
bb91105e7d
|
ch_05/crawler: clean up code
|
2021-10-07 08:04:21 +00:00 |
|
Sylvain Kerkour
|
0b6959251b
|
ch_05/crawler: refactor crawler and split into smaller functions
|
2021-10-06 20:46:07 +00:00 |
|
Sylvain Kerkour
|
3029e56e29
|
ch_05/crawler: github
|
2021-10-06 15:23:44 +00:00 |
|
Sylvain Kerkour
|
0d00f020e0
|
ch_05/crawler: Update dependencies
|
2021-10-06 14:44:05 +00:00 |
|
Sylvain Kerkour
|
eaa49ae444
|
ch_05/crawler: quotes
|
2021-10-06 14:39:24 +00:00 |
|
Sylvain Kerkour
|
29c050c4d6
|
ch_05/crawler: quotes
|
2021-10-06 14:38:04 +00:00 |
|
Sylvain Kerkour
|
6b7973264f
|
ch_05/snippets: Add atomic
|
2021-10-06 09:35:41 +00:00 |
|
Sylvain Kerkour
|
2c8d72e947
|
ch_05/snippets: Add atomic
|
2021-10-06 09:16:29 +00:00 |
|
Sylvain Kerkour
|
13748fbd2a
|
ch_05/crawler: clean up code
|
2021-10-05 19:45:11 +00:00 |
|
Sylvain Kerkour
|
d3c5bbd7c5
|
ch_05/crawler: clean up code
|
2021-10-05 19:38:45 +00:00 |
|
Sylvain Kerkour
|
b87b110665
|
ch_05/crawler: clean up code
|
2021-10-05 19:34:52 +00:00 |
|
Sylvain Kerkour
|
962df36a4c
|
ch_05/crawler: improve exit condition
|
2021-10-05 19:31:27 +00:00 |
|
Sylvain Kerkour
|
c4f0eb22c3
|
ch_05/crawler: misc
|
2021-10-05 17:23:51 +00:00 |
|
Sylvain Kerkour
|
2121bb3964
|
ch_05/crawler: misc
|
2021-10-05 17:18:29 +00:00 |
|
Sylvain Kerkour
|
09e1d08a12
|
ch_05/crawler: misc
|
2021-10-05 17:13:24 +00:00 |
|
Sylvain Kerkour
|
bfaefbbb36
|
ch_05/crawler: misc
|
2021-10-05 15:38:20 +00:00 |
|
Sylvain Kerkour
|
1727bc2f91
|
ch05/crawler: improve async
|
2021-10-05 15:34:16 +00:00 |
|
Sylvain Kerkour
|
6e932fc72f
|
ch_05/crawler: cvedetails
|
2021-10-05 15:02:20 +00:00 |
|
Sylvain Kerkour
|
d1bbd3ad90
|
ch_05/crawler: Update dependencies
|
2021-10-04 09:06:29 +00:00 |
|
Sylvain Kerkour
|
ff33a48022
|
Update dependencies
|
2021-07-13 13:36:22 +00:00 |
|
Sylvain Kerkour
|
7dd43c7093
|
ch_05/crawler; channels
|
2021-07-12 14:44:55 +00:00 |
|
Sylvain Kerkour
|
c6a47d1d64
|
ch_05/crawler: Spider<Item> + processing_concurrency
|
2021-07-12 14:17:56 +00:00 |
|
Sylvain Kerkour
|
ed699bf2e3
|
ch_05/crawler: cvedetails: Cve struct
|
2021-07-12 10:04:20 +00:00 |
|
Sylvain Kerkour
|
4d57e1c740
|
ch_05/crawler: implement cvedetails skeleton
|
2021-07-12 08:48:44 +00:00 |
|
Sylvain Kerkour
|
8d8d7f23ac
|
ch_05/crawler: apple to cvedetails
|
2021-07-11 20:32:49 +00:00 |
|
Sylvain Kerkour
|
038ea21fbf
|
ch_05/crawler: Update dependencies
|
2021-07-11 20:22:33 +00:00 |
|
Sylvain Kerkour
|
0c7c8766a3
|
ch_05/crawler: Update dependencies
|
2021-07-01 10:41:36 +00:00 |
|
Sylvain Kerkour
|
3c526bc2ab
|
ch_05/crawler: processors
|
2021-06-30 11:11:55 +00:00 |
|
Sylvain Kerkour
|
9e9cf9325f
|
ch_05/crawler: spiders list
|
2021-06-30 10:22:35 +00:00 |
|
Sylvain Kerkour
|
ebddf9c839
|
ch_05/crawler: bootstrap code structure
|
2021-06-29 18:05:58 +00:00 |
|
Sylvain Kerkour
|
dc5ab632eb
|
ch_05: start crawler
|
2021-06-29 16:45:38 +00:00 |
|
Sylvain Kerkour
|
2d9d373653
|
init ch_05/
|
2021-04-21 22:02:04 +00:00 |
|