File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
- name = " pulsar-admin-rust "
3
- version = " 0.0.1 "
2
+ name = " pulsar-admin"
3
+ version = " 0.0.2 "
4
4
edition = " 2021"
5
5
description = " A Rust-based HTTP client for interacting with the Apache Pulsar REST API"
6
6
license = " Apache-2.0"
@@ -9,7 +9,7 @@ homepage = "https://github.com/protocol-laboratory/pulsar-admin-rust"
9
9
10
10
[dependencies ]
11
11
rand = " 0.8.5"
12
- reqwest = { version = " 0.11.18 " , features = [" json" , " __rustls" ] }
13
- serde = { version = " 1.0.163 " , features = [" derive" ] }
14
- serde_json = " 1.0.96 "
15
- tokio = {version = " 1.28.1 " , features = [" full" ] }
12
+ reqwest = { version = " 0.12.7 " , features = [" json" , " __rustls" ] }
13
+ serde = { version = " 1.0.210 " , features = [" derive" ] }
14
+ serde_json = " 1.0.128 "
15
+ tokio = {version = " 1.40.0 " , features = [" full" ] }
You can’t perform that action at this time.
0 commit comments