Skip to content

Commit

Permalink
fix(deps): update rust crate fluence-spell-dtos to 0.5.31
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent 24f8f3e commit 968e87f
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 22 deletions.
52 changes: 32 additions & 20 deletions src/distro/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/distro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include = [ "/src", "built.rs", "Cargo.toml", "decider-spell" ]
[dependencies]
maplit = "1.0.2"
serde_json = "1.0.96"
fluence-spell-dtos = "0.5.11"
fluence-spell-dtos = "0.5.31"

[build-dependencies]
built = "0.7.0"
2 changes: 1 addition & 1 deletion src/tests/decider-distro-tests-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ toml = "0.5.10"
maplit = "1.0.2"
serde_json = "1.0.96"
serde = { version = "1.0.192", features = ["derive"] }
fluence-spell-dtos = "0.5.11"
fluence-spell-dtos = "0.5.31"
mockito = "1.1.0"
hyper = "0.14.27"
eyre = "0.6.8"

0 comments on commit 968e87f

Please sign in to comment.