cargo upgrade

This commit is contained in:
Bryan Stitt 2023-08-22 12:59:53 -07:00
parent 2acca1fbbc
commit a32e2ddcad
3 changed files with 7 additions and 7 deletions

8
Cargo.lock generated
View File

@ -3849,9 +3849,9 @@ dependencies = [
[[package]]
name = "ordered-float"
version = "3.9.0"
version = "3.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126d3e6f3926bfb0fb24495b4f4da50626f547e54956594748e3d8882a0320b4"
checksum = "2a54938017eacd63036332b4ae5c8a49fc8c0c1d6d629893057e4f13609edd06"
dependencies = [
"num-traits",
"rand 0.8.5",
@ -7244,7 +7244,7 @@ dependencies = [
[[package]]
name = "web3_proxy"
version = "1.42.10"
version = "1.42.11"
dependencies = [
"anyhow",
"arc-swap",
@ -7325,7 +7325,7 @@ dependencies = [
[[package]]
name = "web3_proxy_cli"
version = "1.42.10"
version = "1.42.11"
dependencies = [
"env_logger",
"parking_lot",

View File

@ -1,6 +1,6 @@
[package]
name = "web3_proxy"
version = "1.42.10"
version = "1.42.11"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -70,7 +70,7 @@ nanorand = { version = "0.7.0", default-features = false, features = ["std", "tl
num = { version = "0.4.1" }
num-traits = "0.2.16"
once_cell = { version = "1.18.0" }
ordered-float = {version = "3.9.0" }
ordered-float = {version = "3.9.1" }
pagerduty-rs = { version = "0.1.6", default-features = false, features = ["async", "rustls", "sync"] }
parking_lot = { version = "0.12.1", features = ["arc_lock", "nightly"] }
rdkafka = { version = "0.33.2", features = ["tracing"] }

View File

@ -1,6 +1,6 @@
[package]
name = "web3_proxy_cli"
version = "1.42.10"
version = "1.42.11"
edition = "2021"
default-run = "web3_proxy_cli"