Skip to content

Commit

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


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

Updates `thiserror` from 2.0.9 to 2.0.11
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.9...2.0.11)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: thiserror
  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 Jan 13, 2025
1 parent 34441ba commit b1fcc13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -49,7 +49,7 @@ serde = { version = "1.0.217", features = ["derive"] }
serde_json = "*"
smartstring = "1.0.1"
state = "0.6.0"
thiserror = "2.0.9"
thiserror = "2.0.11"
polars-core = { git = "https://github.com/pola-rs/polars.git", rev = "e83e7d47cda3475b84a7add7838d349779143cc7", default-features = false }
polars-lazy = { git = "https://github.com/pola-rs/polars.git", rev = "e83e7d47cda3475b84a7add7838d349779143cc7", default-features = false }
either = "1"
Expand Down

0 comments on commit b1fcc13

Please sign in to comment.