Skip to content

Commit e5bccec

Browse files
build(deps): bump thiserror from 2.0.9 to 2.0.11 in /native/rhai_rustler (#252)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.9 to 2.0.11. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.9...2.0.11) --- 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 718577c commit e5bccec

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.20.1", features = ["sync"] }
1414
rhai-dylib = { version = "0.4.0", features = ["sync"] }
15-
thiserror = "2.0.9"
15+
thiserror = "2.0.11"
1616
rustler = "0.36.0"
1717

1818
[features]

0 commit comments

Comments
 (0)