Skip to content

Commit

Permalink
chore: bump the patch group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the patch group with 2 updates in the /src/rust directory: [once_cell](https://github.com/matklad/once_cell) and [serde_json](https://github.com/serde-rs/json).


Updates `once_cell` from 1.20.2 to 1.20.3
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.20.2...v1.20.3)

Updates `serde_json` from 1.0.135 to 1.0.138
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.135...v1.0.138)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent c530d85 commit 2c1e6b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/rust/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/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extendr-api = { git = "https://github.com/extendr/extendr", rev = "1895bfc8ee223
flume = "0.11.1"
indenter = "0.3.3"
ipc-channel = "0.18.3"
once_cell = "1.20.2"
once_cell = "1.20.3"
rayon = "1.10.0"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "*"
Expand Down

0 comments on commit 2c1e6b3

Please sign in to comment.