Skip to content

Commit 061a72c

Browse files
committed
build: bump dependency versions in Cargo.toml
bump version from 0.0.1 to 0.0.2
1 parent 513d074 commit 061a72c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

body-plz/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ license = "MIT"
88
edition = "2024"
99

1010
[dependencies]
11-
buffer-plz = { path = "../buffer-plz", version = "0.0.1" }
11+
buffer-plz = { path = "../buffer-plz", version = "0.0.2" }
1212
bytes = { workspace = true }
13-
header-plz = { path = "../header-plz", version = "0.0.1" }
13+
header-plz = { path = "../header-plz", version = "0.0.2" }
1414
thiserror = { workspace = true }
1515
tracing = { workspace = true }

header-plz/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ license = "MIT"
88
edition = "2024"
99

1010
[dependencies]
11-
buffer-plz = { path = "../buffer-plz", version = "0.0.1" }
12-
mime-plz = { path = "../mime-plz", version = "0.0.1" }
11+
buffer-plz = { path = "../buffer-plz", version = "0.0.2" }
12+
mime-plz = { path = "../mime-plz", version = "0.0.2" }
1313
bytes = { workspace = true }
1414
thiserror = { workspace = true }
1515
tracing = { workspace = true }

protocol-traits-plz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ license = "MIT"
88
edition = "2024"
99

1010
[dependencies]
11-
buffer-plz = { path = "../buffer-plz", version = "0.0.1" }
11+
buffer-plz = { path = "../buffer-plz", version = "0.0.2" }
1212
bytes = { workspace = true }

0 commit comments

Comments
 (0)