Skip to content

Commit

Permalink
fix(hermes): Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed May 9, 2024
1 parent 53275b0 commit 4206814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hermes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pallas-hardano = { git = "https://github.com/input-output-hk/catalyst-pallas.git

cardano-chain-follower = { path = "crates/cardano-chain-follower", version = "0.0.1" }

wasmtime = "19.0.0"
wasmtime = "20.0.2"
rusty_ulid = "2.0.0"
anyhow = "1.0.71"
blake2b_simd = "1.0.2"
Expand All @@ -82,6 +82,6 @@ build-info = "0.0.36"
derive_more = { version= "0.99.17", default-features= false }
build-info-build = "0.0.36"
chrono = "0.4.35"
chrono-tz = "0.8.6"
chrono-tz = "0.9.0"
saffron = "0.1.0"
tokio = "1.36.0"

0 comments on commit 4206814

Please sign in to comment.