Skip to content

Commit

Permalink
Update lazy_static requirement from 0.1.4 to 1.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) to permit the latest version.
- [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases)
- [Commits](rust-lang-nursery/lazy-static.rs@0.1.4...1.4.0)

---
updated-dependencies:
- dependency-name: lazy_static
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent 2a1926f commit 93bbdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/obfs4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ subtle = "2.5.0"
x25519-dalek = { version = "2", features = ["static_secrets", "getrandom", "reusable_secrets", "elligator2"], git = "https://github.com/jmwample/curve25519-dalek.git", branch = "elligator2-ntor"}
group = "0.13.0"

lazy_static = "0.1.4"
lazy_static = "1.4.0"

hex = "0.4.3"
tracing = "0.1.40"
Expand Down

0 comments on commit 93bbdc7

Please sign in to comment.