Skip to content

Commit

Permalink
fix(deps): update rust crate marine-call-parameters to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2023
1 parent c9a0b87 commit 84d12e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/air-lib/interpreter-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ marine-rs-sdk = {version = "0.10.2", optional = true }
fluence-it-types = { version = "0.4.1", optional = true }
air-interpreter-sede = { version = "0.1.0", path = "../interpreter-sede", features = ["json"] }

marine-call-parameters = { version = "0.10.1", default-features = false }
marine-call-parameters = { version = "0.10.2", default-features = false }
serde = "1.0.190"
serde_json = "1.0.108"
serde_bytes = "0.11.12"
Expand Down
2 changes: 1 addition & 1 deletion crates/air-lib/polyplets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ name = "polyplets"
path = "src/lib.rs"

[dependencies]
marine-call-parameters = { version = "0.10.0", default-features = false }
marine-call-parameters = { version = "0.10.2", default-features = false }

serde = { version = "1.0.190", features = ["rc", "derive"] }

0 comments on commit 84d12e0

Please sign in to comment.