Skip to content

Commit 770e66c

Browse files
Bump thiserror from 1.0.63 to 1.0.64 (#53)
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 88c5a0d commit 770e66c

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.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rusqlite_migration = { version = "1.2.0", features = ["from-directory"] }
1717
seahash = "4.1.0"
1818
serde = { version = "1.0.210", features = ["derive"] }
1919
serde_json = "1.0.128"
20-
thiserror = "1.0.59"
20+
thiserror = "1.0.64"
2121
winnow = "0.5.34"
2222

2323
[dev-dependencies]

0 commit comments

Comments
 (0)