Skip to content

Commit

Permalink
chore(deps): bump derive-getters from 0.2.1 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps derive-getters from 0.2.1 to 0.3.0.

---
updated-dependencies:
- dependency-name: derive-getters
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 10, 2023
1 parent 7cdab34 commit f1b0102
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions 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 subgraph-radio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ chrono = "0.4"
serde = { version = "1.0.163", features = ["rc"] }
serde_json = "1.0.96"
sha3 = "0.10.8"
derive-getters = "0.2.1"
derive-getters = "0.3.0"
tokio = { version = "1.28.1", features = ["full", "rt"] }
anyhow = "1.0"
graphql_client = "0.12.0"
Expand Down

0 comments on commit f1b0102

Please sign in to comment.