Skip to content

Commit

Permalink
chore(deps): bump ryu from 1.0.17 to 1.0.18 (#358)
Browse files Browse the repository at this point in the history
Bumps [ryu](https://github.com/dtolnay/ryu) from 1.0.17 to 1.0.18.
- [Release notes](https://github.com/dtolnay/ryu/releases)
- [Commits](dtolnay/ryu@1.0.17...1.0.18)

---
updated-dependencies:
- dependency-name: ryu
  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 Sep 25, 2024
1 parent 58bef9b commit 3c155e5
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 crates/hcl-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ itoa = "1.0.11"
kstring = { version = "2.0.2", features = ["max_inline"], optional = true }
serde = { version = "1.0.210", default-features = false, features = ["alloc", "derive"], optional = true }
unicode-ident = "1.0.12"
ryu = "1.0.17"
ryu = "1.0.18"

0 comments on commit 3c155e5

Please sign in to comment.