Skip to content

Commit 044ef58

Browse files
build(deps): bump shlex from 1.3.0 to 2.0.1
Bumps [shlex](https://github.com/comex/rust-shlex) from 1.3.0 to 2.0.1. - [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md) - [Commits](https://github.com/comex/rust-shlex/commits) --- updated-dependencies: - dependency-name: shlex dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe42b03 commit 044ef58

4 files changed

Lines changed: 14 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stellar-registry-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ stellar-strkey = { workspace = true }
2222

2323
thiserror = "2.0.17"
2424
tokio = { version = "1", features = ["full"] }
25-
shlex = "1.1.0"
25+
shlex = "2.0.1"
2626
heck = "0.5.0"
2727
ed25519-dalek = "2.2.0"
2828
sha2 = { workspace = true }

crates/stellar-registry-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ stellar-strkey = { workspace = true }
4141

4242
thiserror = "2.0.17"
4343
tokio = { version = "1", features = ["full"] }
44-
shlex = "1.1.0"
44+
shlex = "2.0.1"
4545
heck = "0.5.0"
4646
ed25519-dalek = "2.2.0"
4747
hex = "0.4"

crates/stellar-scaffold-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ itertools = "0.14.0"
6060
ignore = "0.4"
6161
heck = "0.5.0"
6262
hex = "0.4.3"
63-
shlex = "1.1.0"
63+
shlex = "2.0.1"
6464
toml = { version = "0.9", features = ["parse", "preserve_order"] }
6565
rand = "0.8.5"
6666
notify = "8.2.0"

0 commit comments

Comments
 (0)