Skip to content

Commit

Permalink
chore(deps): bump serde from 1.0.199 to 1.0.204
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.199 to 1.0.204.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.199...v1.0.204)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 1c112d8 commit 3d5e5ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ anyhow = "1.0.81"
crossterm = { version = "0.27.0", features = ["event-stream"] }
tokio = { version = "1.39.2", features = ["rt", "rt-multi-thread", "macros", "fs"] }
tracing = "0.1.40"
serde = { version = "1.0.197", features = ["derive", "rc"] }
serde = { version = "1.0.204", features = ["derive", "rc"] }
serde_json = "1.0.122"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls-native-roots"] }
ratatui = { version = "0.26.1", features = ["all-widgets", "crossterm"] }
Expand Down

0 comments on commit 3d5e5ec

Please sign in to comment.