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 11[package ]
2- name = " pulsar-admin-rust "
3- version = " 0.0.1 "
2+ name = " pulsar-admin"
3+ version = " 0.0.2 "
44edition = " 2021"
55description = " A Rust-based HTTP client for interacting with the Apache Pulsar REST API"
66license = " Apache-2.0"
@@ -9,7 +9,7 @@ homepage = "https://github.com/protocol-laboratory/pulsar-admin-rust"
99
1010[dependencies ]
1111rand = " 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