Skip to content

Commit

Permalink
fix(deps): update rust crate marine-rs-sdk to 0.10.3 (#176)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 28, 2023
1 parent c1051d1 commit 41672c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "chain_connector"
path = "src/main.rs"

[dependencies]
marine-rs-sdk = { version = "0.10.2", features = ["logger"] }
marine-rs-sdk = { version = "0.10.3", features = ["logger"] }
serde_json = "1.0.91"
serde = { version = "1", features = ["derive"] }
log = "0.4.17"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "curl_adapter"
path = "src/main.rs"

[dependencies]
marine-rs-sdk = "0.10.2"
marine-rs-sdk = "0.10.3"

[dev-dependencies]
marine-rs-sdk-test = "0.12.0"

0 comments on commit 41672c6

Please sign in to comment.