Eric Huss
199efd0f2c
Update dependencies
...
Updating ammonia v4.0.0 -> v4.1.0
Updating anyhow v1.0.95 -> v1.0.98
Updating bitflags v2.8.0 -> v2.9.0
Updating bstr v1.11.3 -> v1.12.0
Updating bumpalo v3.16.0 -> v3.17.0
Updating bytes v1.9.0 -> v1.10.1
Updating cc v1.2.10 -> v1.2.21
Updating chrono v0.4.39 -> v0.4.41
Updating clap v4.5.27 -> v4.5.37
Updating clap_builder v4.5.27 -> v4.5.37
Updating clap_complete v4.5.43 -> v4.5.48
Adding cssparser v0.35.0
Adding cssparser-macros v0.6.1
Updating darling v0.20.10 -> v0.20.11
Updating darling_core v0.20.10 -> v0.20.11
Updating darling_macro v0.20.10 -> v0.20.11
Updating data-encoding v2.7.0 -> v2.9.0
Adding dtoa v1.0.10
Adding dtoa-short v0.3.5
Updating env_logger v0.11.6 -> v0.11.8
Updating equivalent v1.0.1 -> v1.0.2
Updating errno v0.3.10 -> v0.3.11
Removing getrandom v0.2.15
Adding getrandom v0.2.16
Adding getrandom v0.3.2
Updating globset v0.4.15 -> v0.4.16
Updating handlebars v6.3.0 -> v6.3.2
Updating hashbrown v0.15.2 -> v0.15.3
Updating html5ever v0.27.0 -> v0.31.0
Updating http v1.2.0 -> v1.3.1
Updating httparse v1.10.0 -> v1.10.1
Removing humantime v2.1.0
Updating iana-time-zone v0.1.61 -> v0.1.63
Updating icu_locid_transform_data v1.5.0 -> v1.5.1
Updating icu_normalizer_data v1.5.0 -> v1.5.1
Updating icu_properties_data v1.5.0 -> v1.5.1
Updating indexmap v2.7.1 -> v2.9.0
Updating itoa v1.0.14 -> v1.0.15
Adding jiff v0.2.12
Adding jiff-static v0.2.12
Updating libc v0.2.169 -> v0.2.172
Updating linux-raw-sys v0.4.15 -> v0.9.4
Updating litemap v0.7.4 -> v0.7.5
Updating log v0.4.25 -> v0.4.27
Updating markup5ever v0.12.1 -> v0.16.1
Adding match_token v0.1.0
Updating miniz_oxide v0.8.3 -> v0.8.8
Updating once_cell v1.20.2 -> v1.21.3
Updating pest v2.7.15 -> v2.8.0
Updating pest_derive v2.7.15 -> v2.8.0
Updating pest_generator v2.7.15 -> v2.8.0
Updating pest_meta v2.7.15 -> v2.8.0
Adding phf_macros v0.11.3
Updating pin-project v1.1.8 -> v1.1.10
Updating pin-project-internal v1.1.8 -> v1.1.10
Updating pkg-config v0.3.31 -> v0.3.32
Adding portable-atomic v1.11.0
Adding portable-atomic-util v0.2.4
Updating ppv-lite86 v0.2.20 -> v0.2.21
Updating proc-macro2 v1.0.93 -> v1.0.95
Updating quote v1.0.38 -> v1.0.40
Adding r-efi v5.2.0
Updating redox_syscall v0.5.8 -> v0.5.12
Updating rustix v0.38.44 -> v1.0.7
Updating rustversion v1.0.19 -> v1.0.20
Updating ryu v1.0.19 -> v1.0.20
Updating select v0.6.0 -> v0.6.1
Updating semver v1.0.25 -> v1.0.26
Updating serde v1.0.217 -> v1.0.219
Updating serde_derive v1.0.217 -> v1.0.219
Updating serde_json v1.0.137 -> v1.0.140
Updating sha2 v0.10.8 -> v0.10.9
Updating smallvec v1.13.2 -> v1.15.0
Updating socket2 v0.5.8 -> v0.5.9
Updating string_cache v0.8.7 -> v0.8.9
Updating string_cache_codegen v0.5.2 -> v0.5.4
Updating syn v2.0.96 -> v2.0.101
Updating synstructure v0.13.1 -> v0.13.2
Updating tempfile v3.15.0 -> v3.19.1
Updating terminal_size v0.4.1 -> v0.4.2
Updating thiserror v2.0.11 -> v2.0.12
Updating thiserror-impl v2.0.11 -> v2.0.12
Updating tokio v1.43.1 -> v1.44.2
Updating tokio-util v0.7.13 -> v0.7.15
Updating typenum v1.17.0 -> v1.18.0
Updating unicode-ident v1.0.16 -> v1.0.18
Adding wasi v0.14.2+wasi-0.2.4
Adding web_atoms v0.1.1
Updating windows-core v0.52.0 -> v0.61.0
Adding windows-implement v0.60.0
Adding windows-interface v0.59.1
Adding windows-link v0.1.1
Adding windows-result v0.3.2
Adding windows-strings v0.4.0
Adding wit-bindgen-rt v0.39.0
Updating zerocopy v0.7.35 -> v0.8.25
Updating zerocopy-derive v0.7.35 -> v0.8.25
Updating zerofrom v0.1.5 -> v0.1.6
Updating zerofrom-derive v0.1.5 -> v0.1.6
2025-05-05 13:44:40 -07:00
Eric Huss
7215d60c67
Remove remaining dummy book structure
...
These tests are now all superseded by the new testsuite.
2025-04-22 21:11:54 -07:00
Eric Huss
f10d23e893
Introduce the new BookTest-based testsuite
...
This is a new testsuite intended to replace the other tests, which
provides an easy facility to update tests, validate output, and more.
2025-04-22 20:50:16 -07:00
Eric Huss
8181445d99
Add a restricted set of clippy lints, required to pass
...
This sets up CI to check clippy with a restricted set of clippy groups.
Some of the default groups have some excessive sets of lints that are
either wrong or style choices that I would prefer to not mess over at
this time. The lint groups can be adjusted later if it looks like
something that would be helpful.
2025-04-20 19:25:46 -07:00
dependabot[bot]
b9b34f97d9
Bump tokio from 1.43.0 to 1.43.1
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.43.0 to 1.43.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.43.1 )
---
updated-dependencies:
- dependency-name: tokio
dependency-version: 1.43.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-08 02:14:28 +00:00
Eric Huss
d67dbc74fd
Update to 0.4.48
2025-03-31 12:55:28 -07:00
Eric Huss
74fcaf5273
Update to 0.4.47
2025-03-09 09:14:57 -07:00
Eric Huss
c493d3b5e3
Update to 0.4.46
2025-03-08 14:00:42 -08:00
Eric Huss
98abb22be1
Merge pull request #1368 from notriddle/hash-files
...
feat(html): cache bust static files by adding hashes to file names
2025-02-20 18:32:17 +00:00
Eric Huss
ec157cd1cd
Use full patch description for hex
2025-02-20 08:54:01 -08:00
Eric Huss
d3bcb359fa
Update sha2 to latest
2025-02-20 08:52:58 -08:00
Eric Huss
7e3d2f96ab
Update to 0.4.45
2025-02-17 10:18:04 -08:00
Michael Howell
879449447f
feat(html): cache bust static files by adding hashes to file names
...
Closes rust-lang#1254
2025-02-13 10:39:22 -07:00
Eric Huss
59eab7cfc2
Update to 0.4.44
2025-01-28 09:50:04 -08:00
Eric Huss
9b873e9d97
Bump rust-version to 1.77
2025-01-28 09:35:11 -08:00
Eric Huss
b6d6cb2711
Update notify to 8.0.0
2025-01-28 09:32:17 -08:00
Eric Huss
618a2fa78b
Merge pull request #2476 from GuillaumeGomez/gui-tests
...
Add base for GUI tests
2025-01-06 22:46:26 +00:00
Guillaume Gomez
2a13ca2fbf
Add base for GUI tests
2024-12-16 17:45:36 +01:00
Eric Huss
ed407b091c
Update to 0.4.43
2024-11-25 09:14:43 -08:00
Eric Huss
55fe75c716
Update to 0.4.42
2024-11-07 06:42:05 -08:00
Eric Huss
c83a34b473
Update to 0.4.41
2024-11-06 09:36:21 -08:00
Eric Huss
9e3d533acc
Add a real example of remove-emphasis
2024-11-02 15:41:55 -07:00
Alessandro Campeis
01d1242753
chore: update handlebars to v6
2024-07-23 10:32:47 +02:00
Eric Huss
0a8f9a3f6b
Update to 0.4.40
2024-05-16 18:29:30 -07:00
Eric Huss
2bdb5866a7
Add comment not to update pulldown-cmark.
2024-05-16 18:10:56 -07:00
Eric Huss
65932289f7
Revert "Merge pull request #2381 from ehuss/update-pulldown-cmark"
...
This reverts commit 8884008b4d ,
(https://github.com/rust-lang/mdBook/pull/2381 ) reversing
changes made to 3d6caa504f .
The `pulldown_cmark` types are a public API, which I did not realize.
2024-05-16 18:08:09 -07:00
Eric Huss
4c333bee95
Update to 0.4.39
2024-05-16 17:44:03 -07:00
Eric Huss
b960c697dc
Merge pull request #2382 from ehuss/bump-version
...
Update to 0.4.38
2024-05-16 22:09:16 +00:00
Eric Huss
0383b26f46
Update to 0.4.38
2024-05-16 15:02:56 -07:00
Eric Huss
af3012b0f2
Update pulldown-cmark to 0.11
2024-05-16 14:17:19 -07:00
Eric Huss
87213edf39
Raise msrv to 1.74
2024-05-14 11:38:13 -07:00
Eric Huss
78d356d2ed
Update opener from 0.6.1 to 0.7.0
2024-05-14 11:22:41 -07:00
Eric Huss
64dc7f41d8
Update ammonia from 3.3.0 to 4.0.0
2024-05-14 11:21:52 -07:00
Eric Huss
f3e85da9a7
Add a poll-based file watcher.
2024-05-13 13:14:22 -07:00
Eric Huss
c5a506e240
Update to 0.4.37
2024-02-06 19:34:15 -08:00
Eric Huss
f33281fae2
Merge pull request #2310 from ehuss/update-env-logger
...
Update env_logger to 0.11
2024-02-05 22:26:31 +00:00
Eric Huss
93bd457a54
Update env_logger to 0.11
2024-02-05 14:22:21 -08:00
Eric Huss
42e635bb9e
Update pulldown_cmark to 0.10
2024-02-05 14:11:27 -08:00
dependabot[bot]
f0d6d428dc
Bump shlex from 1.2.0 to 1.3.0
...
Bumps [shlex](https://github.com/comex/rust-shlex ) from 1.2.0 to 1.3.0.
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/comex/rust-shlex/commits )
---
updated-dependencies:
- dependency-name: shlex
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 21:52:27 +00:00
klensy
745f7c7313
pathdiff only used with watch feature, so make it optional
2024-01-15 12:49:29 +03:00
Ning Sun
a42eafc316
feat: upgrade handlebars to 5.0
2024-01-04 20:16:34 +08:00
Eric Huss
aa8982bdb4
Update to 0.4.36
2023-11-29 14:50:26 -08:00
Eric Huss
847a582022
Update msrv to 1.70
2023-11-29 14:36:39 -08:00
Eric Huss
8d4193fb46
Merge pull request #2229 from leonzchang/fix/normalize-path
...
Fix `mdbook serve` unexpected panic
2023-11-29 22:16:39 +00:00
DuckDuckWhale
ed51438c8b
Dep: fix Tungstenite DoS (RUSTSEC-2023-0065)
2023-11-26 01:05:20 -08:00
Eric Huss
a016ac0d2b
Merge pull request #2173 from 0xpr03/master
...
upgrade to notify 6.1.1 and watcher-mini 4.1
2023-11-24 20:05:37 +00:00
leonzchang
722c55f85f
normalize path to relative
2023-11-01 12:33:13 +08:00
leonzchang
3ab19f3295
Revert "bump version v0.4.36"
...
This reverts commit 621ffc46c0 .
2023-10-31 12:22:08 +08:00
leonzchang
621ffc46c0
bump version v0.4.36
2023-10-31 12:14:28 +08:00
Eric Huss
f25181f68d
Update to 0.4.35
2023-09-29 14:33:45 -07:00