Skip to content

Commit f3471c3

Browse files
update dependencies
1 parent d347d1f commit f3471c3

File tree

12 files changed

+1100
-789
lines changed

12 files changed

+1100
-789
lines changed

Cargo.lock

Lines changed: 1080 additions & 769 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exercises/05_ticket_v2/14_source/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
thiserror = "1.0.59"
7+
thiserror = "1.0.69"
88

99
[dev-dependencies]
1010
common = { path = "../../../helpers/common" }

exercises/07_threads/10_patch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
thiserror = "1.0.59"
7+
thiserror = "1.0.69"
88
ticket_fields = { path = "../../../helpers/ticket_fields" }

exercises/07_threads/11_locks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
thiserror = "1.0.60"
7+
thiserror = "1.0.69"
88
ticket_fields = { path = "../../../helpers/ticket_fields" }

exercises/07_threads/12_rw_lock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
thiserror = "1.0.60"
7+
thiserror = "1.0.69"
88
ticket_fields = { path = "../../../helpers/ticket_fields" }

exercises/08_futures/01_async_fn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "1.0.83"
7+
anyhow = "1.0.100"
88
tokio = { version = "1", features = ["full"] }

exercises/08_futures/02_spawn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "1.0.83"
7+
anyhow = "1.0.100"
88
tokio = { version = "1", features = ["full"] }

exercises/08_futures/03_runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "1.0.83"
7+
anyhow = "1.0.100"
88
tokio = { version = "1", features = ["full"] }

exercises/08_futures/05_blocking/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "1.0.83"
7+
anyhow = "1.0.100"
88
tokio = { version = "1", features = ["full"] }

helpers/mdbook-exercise-linker/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "1.0.86"
8-
clap = "4.5.4"
9-
mdbook = "0.4.40"
10-
semver = "1.0.23"
11-
serde_json = "1.0.117"
7+
anyhow = "1.0.100"
8+
clap = "4.5.50"
9+
mdbook = "0.4.52"
10+
semver = "1.0.27"
11+
serde_json = "1.0.145"

0 commit comments

Comments
 (0)