Skip to content

Commit 3727c23

Browse files
build(deps): bump thiserror from 1.0.65 to 1.0.66 (#126)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.65 to 1.0.66. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.65...1.0.66) --- 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 87ed4e8 commit 3727c23

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

Cargo.lock

Lines changed: 37 additions & 37 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.9", features = ["json"] }
99
serde = { version = "1.0.214", features = ["derive"] }
1010
serde_json = "1.0.132"
11-
thiserror = "1.0.65"
11+
thiserror = "1.0.66"
1212
tokio = { version = "1.41.0", features = ["full"] }
1313
url = "2.5.2"
1414

0 commit comments

Comments
 (0)