Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump erased-serde from 0.4.4 to 0.4.5 #106

Merged
merged 1 commit into from
Jun 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump erased-serde from 0.4.4 to 0.4.5
Bumps [erased-serde](https://github.com/dtolnay/erased-serde) from 0.4.4 to 0.4.5.
- [Release notes](https://github.com/dtolnay/erased-serde/releases)
- [Commits](dtolnay/erased-serde@0.4.4...0.4.5)

---
updated-dependencies:
- dependency-name: erased-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 Jun 1, 2024
commit c50c3f64f4edbe4deeb081eed891bdf6f12782f9
11 changes: 9 additions & 2 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
@@ -24,7 +24,7 @@ chrono = { version = "0.4.38", features = ["serde"] }
serde = { version = "1.0.199", features = ["derive"] }
rand = "0.8.4"
serde_json = "1.0.116"
erased-serde = "0.4.2"
erased-serde = "0.4.5"
thiserror = "1.0.59"
tracing = "0.1.29"

Loading