Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [serde](https://github.com/serde-rs/serde) and [toml](https://github.com/toml-rs/toml).


Updates `serde` from 1.0.201 to 1.0.202
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.201...v1.0.202)

Updates `toml` from 0.8.12 to 0.8.13
- [Commits](toml-rs/toml@toml-v0.8.12...toml-v0.8.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bensadeh committed May 20, 2024
1 parent 3495fa1 commit fa76283
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 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 @@ -28,9 +28,9 @@ once_cell = "1.19.0"
rand = "0.8.5"
rayon = "1.10.0"
regex = "1.10.4"
serde = { version = "1.0.201", features = ["derive"] }
serde = { version = "1.0.202", features = ["derive"] }
shellexpand = "3.1.0"
tempfile = "3.10.1"
terminal_size = "0.3.0"
tokio = { version = "1.37.0", features = ["full"] }
toml = "0.8.12"
toml = "0.8.13"

0 comments on commit fa76283

Please sign in to comment.