Skip to content

Commit

Permalink
Bump paste from 1.0.9 to 1.0.15 in /native (#1146)
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.15.
- [Release notes](https://github.com/dtolnay/paste/releases)
- [Commits](dtolnay/paste@1.0.9...1.0.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent b552469 commit 6017c40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions native/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 native/libcst/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ py = ["pyo3", "pyo3/extension-module"]
trace = ["peg/trace"]

[dependencies]
paste = "1.0.9"
paste = "1.0.15"
pyo3 = { version = "0.20", optional = true }
thiserror = "1.0.37"
peg = "0.8.1"
Expand Down

0 comments on commit 6017c40

Please sign in to comment.