Skip to content

Commit

Permalink
fix(deps): update rust crate marine-rs-sdk to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2023
1 parent 0b2fb91 commit e2d8ed9
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 4 deletions.
59 changes: 57 additions & 2 deletions src/spell/modules/spell/Cargo.lock

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

2 changes: 1 addition & 1 deletion src/spell/modules/spell/spell-dtos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
marine-rs-sdk = "0.7.1"
marine-rs-sdk = "0.9.0"
thiserror = "1.0.37"
marine-sqlite-connector = { workspace = true }
eyre = "0.6.8"
Expand Down
2 changes: 1 addition & 1 deletion src/spell/modules/spell/spell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "spell"
path = "src/main.rs"

[dependencies]
marine-rs-sdk = "0.7.1"
marine-rs-sdk = "0.9.0"
marine-sqlite-connector = { workspace = true }
eyre = "0.6.8"
cid = "0.10.0"
Expand Down

0 comments on commit e2d8ed9

Please sign in to comment.