Skip to content

Commit 0809049

Browse files
authored
update version to 0.0.2 (#9)
Signed-off-by: ZhangJian He <[email protected]>
1 parent 0b7a64f commit 0809049

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
2-
name = "pulsar-admin-rust"
3-
version = "0.0.1"
2+
name = "pulsar-admin"
3+
version = "0.0.2"
44
edition = "2021"
55
description = "A Rust-based HTTP client for interacting with the Apache Pulsar REST API"
66
license = "Apache-2.0"
@@ -9,7 +9,7 @@ homepage = "https://github.com/protocol-laboratory/pulsar-admin-rust"
99

1010
[dependencies]
1111
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"] }

0 commit comments

Comments
 (0)