Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 7, 2023
1 parent cd0cbcd commit 43cbd9a
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.8"
kstring = { version = "2.0.0", features = ["max_inline"], optional = true }
serde = { version = "1.0.156", default-features = false, features = ["alloc", "derive"], optional = true }
unicode-ident = "1.0.11"
ryu = "1.0.12"
ryu = "1.0.15"

0 comments on commit 43cbd9a

Please sign in to comment.