Skip to content

Commit

Permalink
chore(deps): bump lazy_static from 1.4.0 to 1.5.0 (#192)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent 2a83cca commit fa14942
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "monkey-compiler"
path = "main.rs"

[dependencies]
lazy_static = "1.4.0"
lazy_static = "1.5.0"
byteorder = "1.5.0"
strum = { version = "0.25.0", features = ["derive"]}
strum_macros = "0.26"
Expand Down
2 changes: 1 addition & 1 deletion object/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "object"
path= "object.rs"

[dependencies]
lazy_static = "1.4.0"
lazy_static = "1.5.0"
monkey-parser = { path = "../parser", version = "0.9.1" }

[dev-dependencies]
Expand Down

0 comments on commit fa14942

Please sign in to comment.