Skip to content

Commit

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


Updates `serde` from 1.0.214 to 1.0.215
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.214...v1.0.215)

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

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent 4637e01 commit 02c5b96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ derive_more = { version = "1.0.0", features = ["deref", "from", "into", "not", "
lazy_static = "1.4.0"
rand = { version = "0.8.5", optional = true }
regex = "1.11.1"
serde = { version = "1.0.214", features = ["derive"], default-features = false }
thiserror = "2.0.0"
serde = { version = "1.0.215", features = ["derive"], default-features = false }
thiserror = "2.0.3"

[dev-dependencies]
serde_test = "1.0.176"
Expand Down

0 comments on commit 02c5b96

Please sign in to comment.