Skip to content

Commit

Permalink
Bump data-encoding from 2.7.0 to 2.8.0 (#689)
Browse files Browse the repository at this point in the history
Bumps [data-encoding](https://github.com/ia0/data-encoding) from 2.7.0 to 2.8.0.
- [Commits](ia0/data-encoding@v2.7.0...v2.8.0)

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

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 Feb 21, 2025
1 parent 435128e commit 84c48ec
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.30", features = ["cargo", "derive", "env", "unicode"], optional = true }
data-encoding = "^2.3.2"
data-encoding = "^2.8.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.30", features = ["cargo", "derive", "env", "unicode", "wrap_help"] }
data-encoding = "^2.7.0"
data-encoding = "^2.8.0"
format_serde_error = "^0.3.0"
futures-util = "^0.3.31"
http = "1"
Expand Down

0 comments on commit 84c48ec

Please sign in to comment.