Skip to content

Commit

Permalink
Merge branch 'main' into fix/issue/3265
Browse files Browse the repository at this point in the history
  • Loading branch information
popcnt1 authored Feb 5, 2025
2 parents 0ea9e5d + b27789b commit 359602e
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 24 deletions.
68 changes: 49 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ anyhow = "1.0.76"
async-trait = "0"
backtrace = "0.3"
bcs = "0.1.3"
bytes = "1.9.0"
bytes = "1.10.0"
bech32 = "0.11.0"
better_any = "0.1.1"
bitcoin = { version = "0.32.3", features = ["rand-std", "bitcoinconsensus"] }
Expand Down Expand Up @@ -206,7 +206,7 @@ reqwest = { version = "0.12", features = ["json", "stream"] }
schemars = { version = "0.8.21", features = ["either"] }
serde = { version = "1.0.216", features = ["derive", "rc"] }
serde_bytes = "0.11.15"
serde_json = { version = "1.0.137", features = ["preserve_order"] }
serde_json = { version = "1.0.138", features = ["preserve_order"] }
serde_yaml = "0.9"
serde_with = { version = "2.1.0", features = ["hex"] }
signature = "2.2.0"
Expand All @@ -233,7 +233,7 @@ quote = "1.0"
proc-macro2 = "1.0.93"
derive-syn-parse = "0.1.5"
unescape = "0.1.0"
tempfile = "3.15.0"
tempfile = "3.16.0"
regex = "1.11.1"
walkdir = "2.3.3"
prometheus = "0.13.3"
Expand All @@ -246,7 +246,7 @@ http = "1.0.0"
tower = { version = "0.5.2", features = ["full", "log", "util", "timeout", "load-shed", "limit"] }
tower-http = { version = "0.5.2", features = ["cors", "full", "trace", "set-header", "propagate-header"] }
tower_governor = { version = "0.4.3", features = ["tracing"] }
pin-project = "1.1.8"
pin-project = "1.1.9"
mirai-annotations = "1.12.0"
lru = "0.11.0"
quick_cache = "0.6.9"
Expand All @@ -257,7 +257,7 @@ argon2 = "0.5.2"
rpassword = "7.2.0"
uint = "0.9.5"
rlp = "0.5.2"
diesel = { version = "2.2.6", features = [
diesel = { version = "2.2.7", features = [
"chrono",
"sqlite",
"r2d2",
Expand Down

0 comments on commit 359602e

Please sign in to comment.