Skip to content

Commit

Permalink
Bump data-encoding from 2.6.0 to 2.7.0 (#672)
Browse files Browse the repository at this point in the history
Bumps [data-encoding](https://github.com/ia0/data-encoding) from 2.6.0 to 2.7.0.
- [Commits](https://github.com/ia0/data-encoding/commits)

---
updated-dependencies:
- dependency-name: data-encoding
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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] authored Jan 17, 2025
1 parent b66a1b3 commit bf6f317
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 kittycad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ base64 = "0.22"
bigdecimal = { version = "0.4", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
clap = { version = "4.5.26", features = ["cargo", "derive", "env", "unicode"], optional = true }
data-encoding = "^2.3.2"
data-encoding = "^2.7.0"
dirs = { version = "^5.0.1", optional = true }
format_serde_error = { version = "^0.3.0", optional = true }
futures = { version = "0.3.26", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion openapitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Inflector = "^0.11.4"
anyhow = { version = "1", features = ["backtrace"] }
chrono = { version = "0.4", features = ["serde", "std"], default-features = false }
clap = { version = "4.5.26", features = ["cargo", "derive", "env", "unicode", "wrap_help"] }
data-encoding = "^2.6.0"
data-encoding = "^2.7.0"
format_serde_error = "^0.3.0"
futures-util = "^0.3.31"
http = "1"
Expand Down

0 comments on commit bf6f317

Please sign in to comment.