Skip to content

Commit

Permalink
Bump erased-serde from 0.4.2 to 0.4.3 (#308)
Browse files Browse the repository at this point in the history
Bumps [erased-serde](https://github.com/dtolnay/erased-serde) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/dtolnay/erased-serde/releases)
- [Commits](dtolnay/erased-serde@0.4.2...0.4.3)

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

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 Mar 5, 2024
1 parent 8ad39ed commit f2de3d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 clash_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ hyper-rustls = { version = "0.24", features = ["http1", "http2"] }
serde = { version = "1.0", features=["derive"] }
serde_yaml = "0.9"
serde_json = "1.0"
erased-serde = "0.4.2"
erased-serde = "0.4.3"

hickory-client = "0.24"
hickory-resolver = "0.24"
Expand Down

0 comments on commit f2de3d5

Please sign in to comment.