Skip to content

Commit

Permalink
Merge pull request #62 from Icelk/dependabot/cargo/compact_str-0.8.0
Browse files Browse the repository at this point in the history
build(deps): update compact_str requirement from 0.7.0 to 0.8.0
  • Loading branch information
Icelk authored Jul 13, 2024
2 parents 66785fe + 704468b commit 35c6998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ members = [

[dependencies]
bytes = "1"
compact_str = "0.7.0"
compact_str = "0.8.0"
log = "0.4"
time = { version = "0.3", features = ["parsing", "formatting", "macros"] }
socket2 = { version = "0.5.3", optional = true, features = ["all"] }
Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ log = "0.4"
bytes = "1"
http = "1.0"
percent-encoding = "2.3"
compact_str = "0.7"
compact_str = "0.8"

0 comments on commit 35c6998

Please sign in to comment.