Skip to content

Commit fd00397

Browse files
committed
chore: bump version
1 parent f73828c commit fd00397

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.0.24"
10+
version = "0.0.26"
1111
edition = "2024"
1212
repository = "https://github.com/washanhanzi/connectrpc-axum"
1313

1414
[workspace.dependencies]
1515
anyhow = "1.0"
1616
async-stream = "0.3"
1717
axum = "0.8"
18-
axum-core = "0.5"
19-
axum-extra = "0.12"
2018
base64 = "0.22.1"
2119
bytes = "1"
2220
convert_case = "0.10"
@@ -28,26 +26,21 @@ hyper = "1.0"
2826
pbjson = "0.9"
2927
pbjson-build = "0.9"
3028
pbjson-types = "0.9"
31-
pin-project-lite = "0.2"
3229
proc-macro2 = "1.0"
3330
prost = "0.14"
3431
prost-build = "0.14"
35-
prost-reflect = "0.16"
3632
prost-types = "0.14"
3733
protoc-fetcher = "0.1.2"
3834
quote = "1.0.38"
3935
serde = { version = "1.0", features = ["derive"] }
4036
serde_json = "1.0"
4137
serde_qs = "0.15"
42-
syn = "2.0"
4338
tokio = { version = "1", features = ["sync"] }
4439
tokio-stream = "0.1"
45-
tokio-util = "0.7"
4640
tonic = "0.14"
4741
tonic-web = "0.14"
4842
tonic-prost = "0.14"
4943
tonic-prost-build = "0.14"
5044
tower = "0.5"
51-
tower-http = "0.6"
5245
tracing = "0.1"
5346
flate2 = "1.0"

0 commit comments

Comments
 (0)