Skip to content

Commit

Permalink
fix(deps): update rust crate marine-rs-sdk to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 17, 2023
1 parent 8340ce0 commit a36396f
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.7.1", features = ["logger"] }
marine-rs-sdk = { version = "0.10.1", 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.7.1"
marine-rs-sdk = "0.10.1"

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

0 comments on commit a36396f

Please sign in to comment.