Skip to content

Commit

Permalink
fix(deps): update rust crate envy to 0.4.2 (#524)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent 13519dd commit d706b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde = { version = "1.0", features = ["derive"] }

# Env Vars
dotenvy = "0.15"
envy = "0.4"
envy = "0.4.2"

# Logging
tracing = "0.1"
Expand Down

0 comments on commit d706b62

Please sign in to comment.