Skip to content

Commit 42d201f

Browse files
committed
chore(pact_ffi): Update thiserror crate
1 parent 365fe4a commit 42d201f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/pact_ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ serde = { version = "1.0.228", features = ["derive"] }
4444
serde_json = "1.0.149"
4545
serde_urlencoded = "0.7.1"
4646
sxd-document = "0.3.2"
47-
thiserror = "1.0.63"
47+
thiserror = "2.0.17"
4848
tokio = { version = "1.49.0", features = ["full"] }
4949
tracing = "0.1.41" # This needs to be the same version across all the libs (i.e. plugin driver)
5050
tracing-core = "0.1.33" # This needs to be the same version across all the pact libs (i.e. plugin driver)

0 commit comments

Comments
 (0)