Skip to content

Commit b372150

Browse files
build(deps): bump thiserror in /native/rhai_rustler
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.58 to 1.0.59. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.58...1.0.59) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c1880a7 commit b372150

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.17.1", features = ["sync"] }
1414
rhai-dylib = { version = "0.2.1", features = ["sync"] }
15-
thiserror = "1.0.56"
15+
thiserror = "1.0.59"
1616
rustler = "0.31.0"
1717

1818
[features]

0 commit comments

Comments
 (0)