Skip to content

Commit cfa5f73

Browse files
committed
1.43.95
1 parent 2ede2a1 commit cfa5f73

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web3_proxy/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web3_proxy"
3-
version = "1.43.94"
3+
version = "1.43.95"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -92,7 +92,7 @@ tower-layer = "0.3.2"
9292
tower-service = "0.3.2"
9393
tracing = "0.1"
9494
ulid = { version = "1.1.0", features = ["rand", "uuid", "serde"] }
95-
url = { version = "2.4.1" }
95+
url = { version = "2.5.0" }
9696
uuid = { version = "1.6.1", default-features = false }
9797

9898
# 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

web3_proxy_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web3_proxy_cli"
3-
version = "1.43.94"
3+
version = "1.43.95"
44
edition = "2021"
55
default-run = "web3_proxy_cli"
66

0 commit comments

Comments
 (0)