You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web3_proxy/Cargo.toml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[package]
2
2
name = "web3_proxy"
3
-
version = "1.43.90"
3
+
version = "1.43.94"
4
4
edition = "2021"
5
5
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -49,15 +49,15 @@ bytes = "1.5.0"
49
49
chrono = { version = "0.4.31" }
50
50
derivative = "2.2.0"
51
51
derive_more = { version = "0.99.17", features = ["nightly"] }
52
-
ethers = { version = "2.0.10", default-features = false, features = ["rustls", "ws"] }
52
+
ethers = { version = "2.0.11", default-features = false, features = ["rustls", "ws"] }
53
53
fdlimit = "0.3.0"
54
54
fstrings = "0.2"
55
55
futures = { version = "0.3.29" }
56
56
futures-util = "0.3.29"
57
57
glob = "0.3.1"
58
58
handlebars = "4.5.0"
59
59
hashbrown = { version = "0.14.2", features = ["serde", "nightly"] }
60
-
hdrhistogram = "7.5.3"
60
+
hdrhistogram = "7.5.4"
61
61
hostname = "0.3.1"
62
62
http = "0.2.11"
63
63
hyper = { version = "0.14.27", features = ["full", "nightly"] }
@@ -75,10 +75,10 @@ pagerduty-rs = { version = "0.1.6", default-features = false, features = ["async
75
75
parking_lot = { version = "0.12.1", features = ["arc_lock", "nightly"] }
76
76
rdkafka = { version = "0.36.0", default-features = false, features = ["tokio", "tracing"], optional = true }
77
77
reqwest = { version = "0.11.22", default-features = false, features = ["json", "rustls"] }
78
-
rust_decimal = { version = "1.33.0" }
78
+
rust_decimal = { version = "1.33.1" }
79
79
sentry = { version = "0.31.8", default-features = false, features = ["anyhow", "backtrace", "contexts", "panic", "reqwest", "rustls", "serde_json", "tracing"] }
80
80
sentry-tracing = "0.31.8"
81
-
serde = { version = "1.0.192" }
81
+
serde = { version = "1.0.193" }
82
82
serde-inline-default = "0.1.1"
83
83
serde_json = { version = "1.0.108", default-features = false, features = ["raw_value"] }
84
84
serde_prometheus = "0.2.4"
@@ -93,7 +93,7 @@ tower-service = "0.3.2"
93
93
tracing = "0.1"
94
94
ulid = { version = "1.1.0", features = ["rand", "uuid", "serde"] }
95
95
url = { version = "2.4.1" }
96
-
uuid = { version = "1.5.0", default-features = false }
96
+
uuid = { version = "1.6.1", default-features = false }
97
97
98
98
# TODO: why doesn't this work in dev-dependencies. i think because of how we split web3_proxy and web3_proxy_cli. im not sure that is even helping anymore
99
99
test-log = { version = "0.2.13", default-features = false, features = ["trace"] }
0 commit comments