Skip to content

Commit

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


Updates `serde` from 1.0.216 to 1.0.217
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.216...v1.0.217)

Updates `serde_with` from 3.11.0 to 3.12.0
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.11.0...v3.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 72cad6f commit 499207d
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 @@ -18,8 +18,8 @@ figment = { version = "0.10.19", features = ["env", "toml"] }
himalaya = { version = "1.0.0" }
pimalaya-tui = { version = "0.2.1", features = ["keyring", "config"] }
ratatui = "0.29.0"
serde = "1.0.216"
serde_with = "3.11.0"
serde = "1.0.217"
serde_with = "3.12.0"
tokio = { version = "1.42.0", features = ["rt-multi-thread"] }
toml = "0.8.19"
tracing = "0.1.41"
Expand Down

0 comments on commit 499207d

Please sign in to comment.