Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump lazy_static from 1.4.0 to 1.5.0 #969

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 althea_kernel_interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"

[dependencies]
oping = "0.3"
lazy_static = "1.4"
lazy_static = "1.5"
log = "0.4"
serde_derive = "1.0"
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion antenna_forwarding_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ antenna_forwarding_protocol = {path = "../antenna_forwarding_protocol"}
serde_json = "1.0"
serde = "1.0"
get_if_addrs = "0.5"
lazy_static = "1.4"
lazy_static = "1.5"
rand = "0.8"
2 changes: 1 addition & 1 deletion antenna_forwarding_protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ serde = "1.0"
sodiumoxide = "0.2"
clarity = {workspace = true}
log = "0.4"
lazy_static = "1.4"
lazy_static = "1.5"

[dev-dependencies]
rand = "0.8"
2 changes: 1 addition & 1 deletion clu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
settings = { path = "../settings" }
althea_kernel_interface = { path = "../althea_kernel_interface" }
althea_types = { path = "../althea_types" }
lazy_static = "1.4"
lazy_static = "1.5"
log = "0.4"
ipgen = "1.0.1"
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ futures = { version = "0.3", features = ["compat"] }
num256 = "0.5"
num-traits="0.2"
web30 = {workspace = true}
lazy_static = "1.4"
lazy_static = "1.5"
actix-web = { version = "4.6", default-features = false, features = [
"openssl",
] }
Expand Down
2 changes: 1 addition & 1 deletion rita_bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ arrayvec = { version = "0.7", features = ["serde"] }
hex-literal = "0.4"
openssl-probe = "0.1"
env_logger = "0.11"
lazy_static = "1.4"
lazy_static = "1.5"
phonenumber = "0.3.5"
r2d2 = "0.8"
ctrlc = { version = "3.2.1", features = ["termination"] }
Expand Down
2 changes: 1 addition & 1 deletion rita_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ num256 = "0.5"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
lazy_static = "1.4"
lazy_static = "1.5"
rita_common = { path = "../rita_common" }
log = { version = "0.4", features = ["release_max_level_info"] }
althea_types = { path = "../althea_types" }
Expand Down
2 changes: 1 addition & 1 deletion rita_client_registration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lazy_static = "1.4"
lazy_static = "1.5"
althea_types = { path = "../althea_types" }
log = { version = "0.4", features = ["release_max_level_info"] }
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion rita_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ num256 = "0.5"
num-traits = "0.2"
bincode = "1.3"
serde_cbor = "0.11"
lazy_static = "1.4"
lazy_static = "1.5"
althea_kernel_interface = { path = "../althea_kernel_interface" }
actix-web-httpauth-async = { package="actix-web-httpauth", version = "0.8.0"}
actix-web-async = { package="actix-web", version = "4.3", default-features = false, features= ["openssl"]}
Expand Down
2 changes: 1 addition & 1 deletion rita_exit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ babel_monitor = { path = "../babel_monitor" }
actix-async = { package = "actix", version = "0.13"}
awc = {workspace = true}
handlebars = "5.1"
lazy_static = "1.4"
lazy_static = "1.5"
ipnetwork = "0.20"
clarity = {workspace = true}
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde_derive = "1.0"
serde_json = "1.0"
toml = "0.8"
log = "0.4"
lazy_static = "1.4"
lazy_static = "1.5"
clarity = {workspace = true}
arrayvec = {version= "0.7", features = ["serde"]}
phonenumber = "0.3.5"
Expand Down
Loading