Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: itoa
  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 10, 2023
1 parent 45d2212 commit f4eb861
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -32,7 +32,7 @@ perf = ["std", "dep:kstring"]
serde = ["dep:serde", "kstring?/serde"]

[dependencies]
itoa = "1.0.8"
itoa = "1.0.9"
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"
Expand Down
2 changes: 1 addition & 1 deletion crates/hcl-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ perf = ["hcl-edit/perf", "hcl-primitives/perf"]

[dependencies]
indexmap = { version = "2.0.0", features = ["serde"] }
itoa = "1.0.8"
itoa = "1.0.9"
hcl-edit = { version = "0.7.3", path = "../hcl-edit" }
hcl-primitives = { version = "0.1.1", path = "../hcl-primitives", features = ["serde"] }
serde = { version = "1.0.156", features = ["derive"] }
Expand Down

0 comments on commit f4eb861

Please sign in to comment.