Skip to content

Commit 2002310

Browse files
authored
Merge pull request #81 from Icelk/dependabot/cargo/compact_str-0.9.0
build(deps): update compact_str requirement from 0.8.0 to 0.9.0
2 parents 874eb43 + fa279fc commit 2002310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ members = [
3131

3232
[dependencies]
3333
bytes = "1"
34-
compact_str = "0.8.0"
34+
compact_str = "0.9.0"
3535
log = "0.4"
3636
time = { version = "0.3", features = ["parsing", "formatting", "macros"] }
3737
socket2 = { version = "0.5.3", optional = true, features = ["all"] }

utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ log = "0.4"
1717
bytes = "1"
1818
http = "1.0"
1919
percent-encoding = "2.3"
20-
compact_str = "0.8"
20+
compact_str = "0.9"

0 commit comments

Comments
 (0)