File tree Expand file tree Collapse file tree 5 files changed +37
-37
lines changed
src/concurrency/sync-exercises Expand file tree Collapse file tree 5 files changed +37
-37
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ repository = "https://github.com/google/comprehensive-rust"
9
9
description = " An mdbook preprocessor for comprehensive-rust."
10
10
11
11
[dependencies ]
12
- anyhow = " 1.0.86 "
13
- clap = " 4.5.16 "
12
+ anyhow = " 1.0.89 "
13
+ clap = " 4.5.18 "
14
14
lazy_static = " 1.5"
15
15
log = " 0.4.22"
16
16
matter = " 0.1.0-alpha4"
17
17
mdbook = " 0.4.40"
18
18
pretty_env_logger = " 0.5.0"
19
19
regex = " 1.11"
20
- serde = " 1.0.209 "
21
- serde_json = " 1.0.127 "
20
+ serde = " 1.0.210 "
21
+ serde_json = " 1.0.128 "
22
22
serde_yaml = " 0.9"
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ repository = "https://github.com/google/comprehensive-rust"
8
8
description = " A tool for extracting starter code for exercises from Markdown files."
9
9
10
10
[dependencies ]
11
- anyhow = " 1.0.86 "
11
+ anyhow = " 1.0.89 "
12
12
log = " 0.4.22"
13
13
mdbook = " 0.4.40"
14
14
pretty_env_logger = " 0.5.0"
15
- pulldown-cmark = { version = " 0.12.0 " , default-features = false }
15
+ pulldown-cmark = { version = " 0.12.1 " , default-features = false }
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ repository = "https://github.com/google/comprehensive-rust"
8
8
description = " A tool for evaluating mdbook slides by rendering the html pages and spot violations to the policies"
9
9
10
10
[dependencies ]
11
- anyhow = " 1.0.86 "
12
- clap = { version = " 4.5.9 " , features = [" derive" ] }
11
+ anyhow = " 1.0.89 "
12
+ clap = { version = " 4.5.18 " , features = [" derive" ] }
13
13
csv = " 1.3.0"
14
14
fantoccini = " 0.21.2"
15
15
glob = " 0.3.1"
16
16
log = " 0.4.22"
17
17
pretty_env_logger = " 0.5.0"
18
- serde = { version = " 1.0.209 " , features = [" derive" ] }
18
+ serde = { version = " 1.0.210 " , features = [" derive" ] }
19
19
strum = { version = " 0.26.3" , features = [" derive" ] }
20
20
tokio = { version = " 1.40.0" , features = [" full" ] }
21
- tokio-util = " 0.7.11 "
21
+ tokio-util = " 0.7.12 "
22
22
url = " 2.5.2"
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ name = "link-checker"
13
13
path = " link-checker.rs"
14
14
15
15
[dependencies ]
16
- reqwest = { version = " 0.12.7 " , features = [" blocking" ] }
16
+ reqwest = { version = " 0.12.8 " , features = [" blocking" ] }
17
17
scraper = " 0.20.0"
18
- thiserror = " 1.0.63 "
18
+ thiserror = " 1.0.64 "
19
19
20
20
[dev-dependencies ]
21
21
tempfile = " 3.13.0"
You can’t perform that action at this time.
0 commit comments