Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ltabis committed Nov 1, 2023
1 parent c040446 commit 95f35b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ keywords = [
categories = ["embedded"]

[dependencies]
libloading = { version = "0.8.0", optional = true }
libloading = { version = "0.8.1", optional = true }

rhai = { version = "1.16.2", features = [
rhai = { version = "1.16.3", features = [
"internals", # Used to implement the ModuleResolver trait.
] }

Expand Down

0 comments on commit 95f35b0

Please sign in to comment.