Skip to content

Commit

Permalink
Update Rust crate smol_str to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jan 16, 2024
1 parent ad693da commit 7441f08
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 nextest-metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ camino = { version = "1.1.6", features = ["serde1"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
target-spec = { version = "3.0.1", features = ["custom", "summaries"] }
smol_str = { version = "0.2.0", features = ["serde"] }
smol_str = { version = "0.2.1", features = ["serde"] }
nextest-workspace-hack.workspace = true

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ serde_ignored = "0.1.10"
serde_json = "1.0.111"
serde_path_to_error = "0.1.15"
shell-words = "1.1.0"
smol_str = { version = "0.2.0", features = ["serde"] }
smol_str = { version = "0.2.1", features = ["serde"] }
strip-ansi-escapes = "0.2.0"
tar = "0.4.40"
# For cfg expression evaluation for [target.'cfg()'] expressions
Expand Down

0 comments on commit 7441f08

Please sign in to comment.