Skip to content

Commit

Permalink
build(deps): bump paste from 1.0.9 to 1.0.11
Browse files Browse the repository at this point in the history
Bumps [paste](https://github.com/dtolnay/paste) from 1.0.9 to 1.0.11.
- [Release notes](https://github.com/dtolnay/paste/releases)
- [Commits](dtolnay/paste@1.0.9...1.0.11)

---
updated-dependencies:
- dependency-name: paste
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and atodorov committed Dec 20, 2022
1 parent c35a918 commit 4cfc0ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 pallets/creditcoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ log = { workspace = true }
pallet-balances = { workspace = true }
pallet-timestamp = { workspace = true }
parity-scale-codec = { workspace = true }
paste = "1.0.9"
paste = "1.0.11"
scale-info = { workspace = true }
serde = { workspace = true }
serde_json = { version = "1.0.91", features = [
Expand Down

0 comments on commit 4cfc0ef

Please sign in to comment.