Skip to content

Commit a564d6d

Browse files
Bump thiserror from 1.0.50 to 1.0.56 in /native/rhai_rustler (#158)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.50 to 1.0.56. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.50...1.0.56) --- 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 19fbf0f commit a564d6d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

native/rhai_rustler/Cargo.lock

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

native/rhai_rustler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212
[dependencies]
1313
rhai = { version = "=1.17.1", features = ["sync"] }
1414
rhai-dylib = { version = "0.1.12", features = ["sync"] }
15-
thiserror = "1.0.50"
15+
thiserror = "1.0.56"
1616
rustler = "0.30.0"
1717

1818
[features]

0 commit comments

Comments
 (0)