Skip to content

Commit fa14942

Browse files
chore(deps): bump lazy_static from 1.4.0 to 1.5.0 (#192)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a83cca commit fa14942

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "monkey-compiler"
1717
path = "main.rs"
1818

1919
[dependencies]
20-
lazy_static = "1.4.0"
20+
lazy_static = "1.5.0"
2121
byteorder = "1.5.0"
2222
strum = { version = "0.25.0", features = ["derive"]}
2323
strum_macros = "0.26"

object/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "object"
1515
path= "object.rs"
1616

1717
[dependencies]
18-
lazy_static = "1.4.0"
18+
lazy_static = "1.5.0"
1919
monkey-parser = { path = "../parser", version = "0.9.1" }
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)