mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Bump serde from 1.0.144 to 1.0.145 (#408)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.144 to 1.0.145. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.144...v1.0.145) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6928dd63dc
commit
34e493927f
2 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@ once_cell = "1.15.0"
|
|||
reqwest = { version = "0.11.12", features = ["stream"], default-features = false }
|
||||
scopeguard = "1.1.0"
|
||||
semver = { version = "1.0.13", features = ["serde"] }
|
||||
serde = { version = "1.0.143", features = ["derive"] }
|
||||
serde = { version = "1.0.145", features = ["derive"] }
|
||||
serde-tuple-vec-map = "1.0.1"
|
||||
serde_json = "1.0.83"
|
||||
strum = "0.24.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue