Skip to content

Commit

Permalink
chore: upgrade rocket to 0.5.0 (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Apr 8, 2024
1 parent daf58af commit 3bdb555
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 39 deletions.
64 changes: 30 additions & 34 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions components/chainhook-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ atty = "0.2.14"
crossbeam-channel = "0.5.8"
uuid = { version = "1.3.0", features = ["v4", "fast-rng"] }
threadpool = "1.8.1"
rocket_okapi = { version = "0.8.0-rc.3", git = "https://github.com/hirosystems/okapi.git", branch = "feat-chainhook-fixes" }
rocket = { version = "=0.5.0-rc.3", features = ["json"] }
rocket_okapi = { version = "0.8.0", git = "https://github.com/hirosystems/okapi.git", branch = "feat-chainhook-fixes" }
rocket = { version = "=0.5.0", features = ["json"] }

[dependencies.rocksdb]
version = "0.20.1"
Expand Down
4 changes: 2 additions & 2 deletions components/chainhook-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stacks-codec = "2.4.1"
# hiro-system-kit = { version = "0.1.0", path = "../../../clarinet/components/hiro-system-kit" }
hiro-system-kit = { version = "0.3.4", optional = true }
chainhook-types = { version = "1.3.6", path = "../chainhook-types-rs" }
rocket = { version = "=0.5.0-rc.3", features = ["json"] }
rocket = { version = "=0.5.0", features = ["json"] }
bitcoincore-rpc = "0.18.0"
bitcoincore-rpc-json = "0.18.0"
base64 = "0.21.5"
Expand All @@ -27,7 +27,7 @@ reqwest = { version = "0.11", default-features = false, features = [
] }
tokio = { version = "1.35.1", features = ["full"] }
base58 = "0.2.0"
schemars = { version = "0.8.10", git = "https://github.com/hirosystems/schemars.git", branch = "feat-chainhook-fixes" }
schemars = { version = "0.8.16", git = "https://github.com/hirosystems/schemars.git", branch = "feat-chainhook-fixes" }
crossbeam-channel = "0.5.6"
futures = "0.3.21"
hyper = { version = "=0.14.27", features = ["http1", "client"] }
Expand Down
2 changes: 1 addition & 1 deletion components/chainhook-types-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ serde = "1"
serde_json = "1"
serde_derive = "1"
strum = { version = "0.23.0", features = ["derive"] }
schemars = { version = "0.8.10", git = "https://github.com/hirosystems/schemars.git", branch = "feat-chainhook-fixes" }
schemars = { version = "0.8.16", git = "https://github.com/hirosystems/schemars.git", branch = "feat-chainhook-fixes" }
hex = "0.4.3"

0 comments on commit 3bdb555

Please sign in to comment.