Skip to content

Commit 910c600

Browse files
Bump thiserror from 1.0.63 to 1.0.64
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] <[email protected]>
1 parent da9c6cb commit 910c600

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pyo3 = { version = "0.22.3", optional = true }
2020
serde = { version = "1.0.210", features = ["derive"] }
2121
serde-xml-rs = "0.6.0"
2222
serde_json = "1.0.128"
23-
thiserror = "1.0.63"
23+
thiserror = "1.0.64"
2424

2525
[dev-dependencies]
2626
insta = { version = "1.40.0", features = ["yaml"] }

0 commit comments

Comments
 (0)