Skip to content

Commit 26b02c6

Browse files
committed
chore(deps): update asport-quinn to 0.1.1
1 parent e01c754 commit 26b02c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

asport-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/AkinoKaede/asport"
1212

1313
[dependencies]
1414
asport = { path = "../asport", version = "0.1.0" }
15-
asport-quinn = { path = "../asport-quinn", version = "0.1.0" }
15+
asport-quinn = { path = "../asport-quinn", version = "0.1.1" }
1616
bytes = { version = "1.7.1", default-features = false, features = ["std"] }
1717
clap = { version = "4.5.16", default-features = false, features = ["color", "derive", "error-context", "help", "std", "suggestions", "usage"] }
1818
config = { version = "0.14.0", default-features = false, features = ["async", "convert-case", "json", "json5", "ron", "toml", "yaml"] }

asport-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/AkinoKaede/asport"
1212

1313
[dependencies]
1414
asport = { path = "../asport", version = "0.1.0" }
15-
asport-quinn = { path = "../asport-quinn", version = "0.1.0" }
15+
asport-quinn = { path = "../asport-quinn", version = "0.1.1" }
1616
bimap = { version = "0.6.3", default-features = false, features = ["std"] }
1717
bytes = { version = "1.7.1", default-features = false, features = ["std"] }
1818
clap = { version = "4.5.16", default-features = false, features = ["color", "derive", "error-context", "help", "std", "suggestions", "usage"] }

0 commit comments

Comments
 (0)