Skip to content

Commit c9ec88f

Browse files
build(deps): bump thiserror from 1.0.63 to 1.0.64 (#105)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.63 to 1.0.64. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.63...1.0.64) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e696a1 commit c9ec88f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
reqwest = { version = "0.12.7", features = ["json"] }
99
serde = { version = "1.0.210", features = ["derive"] }
1010
serde_json = "1.0.125"
11-
thiserror = "1.0.63"
11+
thiserror = "1.0.64"
1212
tokio = { version = "1.40.0", features = ["full"] }
1313
url = "2.5.2"
1414

0 commit comments

Comments
 (0)