Skip to content

Commit

Permalink
chore(deps,cargo): bump the cargo group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 3 updates: [serde](https://github.com/serde-rs/serde), [syn](https://github.com/dtolnay/syn) and [typify](https://github.com/oxidecomputer/typify).


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 `syn` from 2.0.92 to 2.0.93
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.92...2.0.93)

Updates `typify` from 0.2.0 to 0.3.0
- [Changelog](https://github.com/oxidecomputer/typify/blob/main/CHANGELOG.adoc)
- [Commits](https://github.com/oxidecomputer/typify/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 9e2109b commit ad6fc09
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 40 deletions.
54 changes: 17 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ prost-types = "0.13.4"
url = { version = "2.5.4", optional = true }
regress = "0.10.1"
semver = { version = "1.0.24", optional = true }
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
serde_yaml = { version = "0.9.34", optional = true }
thiserror = { version = "2.0.9", optional = true }
Expand All @@ -55,8 +55,8 @@ protobuf-src = { version = "2.1.0", optional = true }
schemars = "0.8.21"
semver = "1.0.24"
serde_yaml = "0.9.34"
syn = "2.0.92"
typify = "0.2.0"
syn = "2.0.93"
typify = "0.3.0"
walkdir = "2.5.0"

[package.metadata.docs.rs]
Expand Down

0 comments on commit ad6fc09

Please sign in to comment.