Skip to content

Commit

Permalink
Merge pull request #19 from ZmoleCristian/master
Browse files Browse the repository at this point in the history
protobuff update
  • Loading branch information
ZmoleCristian authored Aug 23, 2024
2 parents d8ccc27 + 5eeb760 commit fb91194
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions build-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ 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"
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"
2 changes: 1 addition & 1 deletion build-script/src/proto/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion build-script/src/proto/enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion build-script/src/proto/webcast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion src/generated/messages/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion src/generated/messages/enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/generated/messages/webcast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit fb91194

Please sign in to comment.