Skip to content

Commit

Permalink
chore(global): caret strategy is default
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zee committed Dec 18, 2024
1 parent 4df8573 commit fd2b4f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ant-evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test-utils = []
custom_debug = "~0.6.1"
evmlib = { path = "../evmlib", version = "0.1.4" }
hex = "~0.4.3"
lazy_static = "^1.4.0"
lazy_static = "1.4.0"
libp2p = { version = "0.54.1", features = ["identify", "kad"] }
rand = { version = "~0.8.5", features = ["small_rng"] }
ring = "0.17.8"
Expand Down
2 changes: 1 addition & 1 deletion ant-networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ hyper = { version = "0.14", features = [
"http1",
], optional = true }
itertools = "~0.12.1"
lazy_static = "^1.4.0"
lazy_static = "1.4.0"
libp2p = { version = "0.54.1", features = [
"tokio",
"dns",
Expand Down
2 changes: 1 addition & 1 deletion ant-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ custom_debug = "~0.6.1"
dirs-next = "~2.0.0"
exponential-backoff = "2.0.0"
hex = "~0.4.3"
lazy_static = "^1.4.0"
lazy_static = "1.4.0"
libp2p = { version = "0.54.1", features = ["identify", "kad"] }
# # watch out updating this, protoc compiler needs to be installed on all build systems
# # arm builds + musl are very problematic
Expand Down

0 comments on commit fd2b4f5

Please sign in to comment.