Skip to content

Commit

Permalink
Merge pull request #121 from mgierada/dependabot/cargo/lazy_static-1.5.0
Browse files Browse the repository at this point in the history
build(deps): bump lazy_static from 1.4.0 to 1.5.0
  • Loading branch information
mgierada committed Jun 24, 2024
2 parents c560267 + bcd286f commit 7ae40e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dotenv = "0.15.0"
reqwest = {version = "0.12.5", features = ["blocking", "json"]}
serde = {version = "1.0.203", features = ["derive"]}
serde_json = "1.0.117"
lazy_static = "1.4.0"
lazy_static = "1.5.0"
govee-api = {version = "1.3.6"}
# govee-api = {version = "1.3.0", path = "../../govee-api.git/add_clone_derive_to_PayloadBody/"}

Expand Down

0 comments on commit 7ae40e6

Please sign in to comment.