Skip to content

Commit bd80158

Browse files
build(deps): bump thiserror in /native/rhai_rustler (#268)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.11 to 2.0.12. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.11...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92a57aa commit bd80158

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

native/rhai_rustler/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.

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.21.0", features = ["sync"] }
1414
rhai-dylib = { version = "0.5.0", features = ["sync"] }
15-
thiserror = "2.0.11"
15+
thiserror = "2.0.12"
1616
rustler = "0.36.1"
1717

1818
[features]

0 commit comments

Comments
 (0)