Skip to content

Commit bf6f317

Browse files
Bump data-encoding from 2.6.0 to 2.7.0 (#672)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b66a1b3 commit bf6f317

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kittycad/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ base64 = "0.22"
1515
bigdecimal = { version = "0.4", features = ["serde"] }
1616
bytes = { version = "1", features = ["serde"] }
1717
clap = { version = "4.5.26", features = ["cargo", "derive", "env", "unicode"], optional = true }
18-
data-encoding = "^2.3.2"
18+
data-encoding = "^2.7.0"
1919
dirs = { version = "^5.0.1", optional = true }
2020
format_serde_error = { version = "^0.3.0", optional = true }
2121
futures = { version = "0.3.26", optional = true }

openapitor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Inflector = "^0.11.4"
1010
anyhow = { version = "1", features = ["backtrace"] }
1111
chrono = { version = "0.4", features = ["serde", "std"], default-features = false }
1212
clap = { version = "4.5.26", features = ["cargo", "derive", "env", "unicode", "wrap_help"] }
13-
data-encoding = "^2.6.0"
13+
data-encoding = "^2.7.0"
1414
format_serde_error = "^0.3.0"
1515
futures-util = "^0.3.31"
1616
http = "1"

0 commit comments

Comments
 (0)