diff --git a/Cargo.lock b/Cargo.lock index 17b57bf..fb956f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -695,9 +695,9 @@ dependencies = [ [[package]] name = "protobuf" -version = "3.5.0" +version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df67496db1a89596beaced1579212e9b7c53c22dca1d9745de00ead76573d514" +checksum = "0bcc343da15609eaecd65f8aa76df8dc4209d325131d8219358c0aaaebab0bf6" dependencies = [ "bytes", "once_cell", @@ -707,9 +707,9 @@ dependencies = [ [[package]] name = "protobuf-codegen" -version = "3.5.0" +version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eab09155fad2d39333d3796f67845d43e29b266eea74f7bc93f153f707f126dc" +checksum = "c4d0cde5642ea4df842b13eb9f59ea6fafa26dcb43e3e1ee49120e9757556189" dependencies = [ "anyhow", "once_cell", @@ -722,9 +722,9 @@ dependencies = [ [[package]] name = "protobuf-parse" -version = "3.5.0" +version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a16027030d4ec33e423385f73bb559821827e9ec18c50e7874e4d6de5a4e96f" +checksum = "1b0e9b447d099ae2c4993c0cbb03c7a9d6c937b17f2d56cfc0b1550e6fcfdb76" dependencies = [ "anyhow", "indexmap", @@ -738,9 +738,9 @@ dependencies = [ [[package]] name = "protobuf-support" -version = "3.5.0" +version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70e2d30ab1878b2e72d1e2fc23ff5517799c9929e2cf81a8516f9f4dcf2b9cf3" +checksum = "f0766e3675a627c327e4b3964582594b0e8741305d628a98a5de75a1d15f99b9" dependencies = [ "thiserror", ] @@ -1155,7 +1155,7 @@ dependencies = [ [[package]] name = "tiktoklive" -version = "0.0.16" +version = "0.0.17" dependencies = [ "bytes", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 89c418f..80cf86c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,16 +24,16 @@ tokio = { version = "1.35.1", features = ["full"] } tokio-tungstenite = { version = "0.16.0", features = ["native-tls"] } bytes = "1.5.0" -protobuf-codegen = "3.5.0" +protobuf-codegen = "3.5.1" protoc-bin-vendored = "3.0.0" -protobuf = { version = "3.5.0", features = ["bytes"] } +protobuf = { version = "3.5.1", features = ["bytes"] } url = "2.5.0" tungstenite = "0.16.0" futures-util = "0.3.30" [build-dependencies] -protobuf-codegen = "3.5.0" +protobuf-codegen = "3.5.1" protoc-bin-vendored = "3.0.0" diff --git a/README.md b/README.md index 56ee540..b8fa6f8 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Do you prefer other programming languages? ```toml [dependencies] -tiktoklive = "0.0.16" +tiktoklive = "0.0.18" tokio = { version = "1.35.1", features = ["full"] } serde_json = "1.0" log = "0.4" diff --git a/build-script/Cargo.toml b/build-script/Cargo.toml index af413ad..348dad7 100644 --- a/build-script/Cargo.toml +++ b/build-script/Cargo.toml @@ -19,9 +19,9 @@ tokio = { version = "1.35.1", features = ["full"] } tokio-tungstenite = { version = "0.16.0", features = ["native-tls"] } bytes = "1.5.0" -protobuf-codegen = "3.4.0" +protobuf-codegen = "3.5.1" protoc-bin-vendored = "3.0.0" -protobuf = { version = "3.4.0", features = ["bytes"] } +protobuf = { version = "3.5.1", features = ["bytes"] } url = "2.5.0" tungstenite = "0.16.0" @@ -29,5 +29,5 @@ proc-macro2 = "1.0.75" syn = "2.0.47" [build-dependencies] -protobuf-codegen = "3.4.0" -protoc-bin-vendored = "3.0.0" +protobuf-codegen = "3.5.1" +protoc-bin-vendored = "3.5.1" diff --git a/build-script/src/proto/data.rs b/build-script/src/proto/data.rs index aaa6a4f..0eb5821 100644 --- a/build-script/src/proto/data.rs +++ b/build-script/src/proto/data.rs @@ -23,7 +23,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_5_0; +const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_5_1; // @@protoc_insertion_point(message:TikTok.Common) #[derive(PartialEq,Clone,Default,Debug)] diff --git a/build-script/src/proto/enums.rs b/build-script/src/proto/enums.rs index 2006183..5ed3c9b 100644 --- a/build-script/src/proto/enums.rs +++ b/build-script/src/proto/enums.rs @@ -23,7 +23,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_5_0; +const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_5_1; #[derive(Clone,Copy,PartialEq,Eq,Debug,Hash)] // @@protoc_insertion_point(enum:TikTok.AuditStatus) diff --git a/build-script/src/proto/webcast.rs b/build-script/src/proto/webcast.rs index ae29ef3..a356425 100644 --- a/build-script/src/proto/webcast.rs +++ b/build-script/src/proto/webcast.rs @@ -23,7 +23,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_5_0; +const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_5_1; // @@protoc_insertion_point(message:TikTok.WebcastPushFrame) #[derive(PartialEq,Clone,Default,Debug)] diff --git a/src/generated/messages/data.rs b/src/generated/messages/data.rs index aaa6a4f..0eb5821 100644 --- a/src/generated/messages/data.rs +++ b/src/generated/messages/data.rs @@ -23,7 +23,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_5_0; +const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_5_1; // @@protoc_insertion_point(message:TikTok.Common) #[derive(PartialEq,Clone,Default,Debug)] diff --git a/src/generated/messages/enums.rs b/src/generated/messages/enums.rs index 8ea19db..8272068 100644 --- a/src/generated/messages/enums.rs +++ b/src/generated/messages/enums.rs @@ -23,7 +23,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_5_0; +const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_5_1; #[derive(Clone,Copy,PartialEq,Eq,Debug,Hash)] // @@protoc_insertion_point(enum:TikTok.AuditStatus) diff --git a/src/generated/messages/webcast.rs b/src/generated/messages/webcast.rs index ae29ef3..a356425 100644 --- a/src/generated/messages/webcast.rs +++ b/src/generated/messages/webcast.rs @@ -23,7 +23,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_5_0; +const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_5_1; // @@protoc_insertion_point(message:TikTok.WebcastPushFrame) #[derive(PartialEq,Clone,Default,Debug)]