From 0809049f0b2ce9f61080416b597d7a4d9e312729 Mon Sep 17 00:00:00 2001 From: ZhangJian He Date: Tue, 10 Sep 2024 22:11:54 +0800 Subject: [PATCH] update version to 0.0.2 (#9) Signed-off-by: ZhangJian He --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 34655c1..8d3781b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "pulsar-admin-rust" -version = "0.0.1" +name = "pulsar-admin" +version = "0.0.2" edition = "2021" description = "A Rust-based HTTP client for interacting with the Apache Pulsar REST API" license = "Apache-2.0" @@ -9,7 +9,7 @@ homepage = "https://github.com/protocol-laboratory/pulsar-admin-rust" [dependencies] rand = "0.8.5" -reqwest = { version = "0.11.18", features = ["json", "__rustls"] } -serde = { version = "1.0.163", features = ["derive"] } -serde_json = "1.0.96" -tokio = {version = "1.28.1", features = ["full"] } +reqwest = { version = "0.12.7", features = ["json", "__rustls"] } +serde = { version = "1.0.210", features = ["derive"] } +serde_json = "1.0.128" +tokio = {version = "1.40.0", features = ["full"] }