Skip to content

Commit

Permalink
chore: update dependencies to latest versions including thiserror (#17
Browse files Browse the repository at this point in the history
)

Signed-off-by: Jérémy Audiger <[email protected]>
  • Loading branch information
jaudiger authored Jan 24, 2025
1 parent 5a14a11 commit 6769c7d
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 71 deletions.
89 changes: 27 additions & 62 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/brioche-autopack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ goblin = "0.8.2"
pathdiff = "0.2.1"
runnable-core = { path = "../runnable-core" }
serde_json = "1.0.118"
thiserror = "1.0.61"
thiserror = "2.0.11"
walkdir = "2.5.0"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion crates/brioche-ld/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ brioche-pack = { workspace = true }
brioche-resources = { path = "../brioche-resources" }
bstr = "1.8.0"
eyre = "0.6.12"
thiserror = "1.0.51"
thiserror = "2.0.11"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/brioche-packed-plain-exec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bstr = "1.8.0"
libc = "0.2.151"
runnable-core = { path = "../runnable-core" }
serde_json = "1.0.117"
thiserror = "1.0.51"
thiserror = "2.0.11"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/brioche-packed-userland-exec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ brioche-resources = { path = "../brioche-resources" }
bstr = "1.8.0"
cfg-if = "1.0.0"
libc = "0.2.151"
thiserror = "1.0.51"
thiserror = "2.0.11"

[target.'cfg(target_os = "linux")'.dependencies]
userland-execve = "0.2.0"
4 changes: 2 additions & 2 deletions crates/brioche-resources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ blake3 = "1.5.1"
bstr = "1.9.1"
copy_dir = "0.1.3"
pathdiff = "0.2.1"
thiserror = "1.0.61"
tick-encoding = "0.1.2"
thiserror = "2.0.11"
tick-encoding = "0.1.3"
ulid = "1.1.2"
walkdir = "2.5.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/brioche-strip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ brioche-resources = { path = "../brioche-resources" }
bstr = "1.8.0"
eyre = "0.6.12"
tempfile = "3.14.0"
thiserror = "1.0.51"
thiserror = "2.0.11"
ulid = "1.1.3"

[lints]
Expand Down
4 changes: 2 additions & 2 deletions crates/runnable-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ bstr = "1.9.1"
schemars = "0.8.21"
serde = { version = "1.0.203", features = ["derive"] }
serde_with = { version = "3.8.1", features = ["schemars_0_8"] }
thiserror = "1.0.61"
tick-encoding = "0.1.2"
thiserror = "2.0.11"
tick-encoding = "0.1.3"

[lints]
workspace = true

0 comments on commit 6769c7d

Please sign in to comment.