Skip to content

Commit

Permalink
proto: 🧪 upgrade to tonic 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cratelyn committed May 21, 2024
1 parent 353b9c3 commit 7f69b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde_bytes = { version = "0.11", default-features = false, features = ["alloc"]
subtle-encoding = { version = "0.5", default-features = false, features = ["hex", "base64", "alloc"] }
time = { version = "0.3", default-features = false, features = ["macros", "parsing"] }
flex-error = { version = "0.4.4", default-features = false }
tonic = { version = "0.10", optional = true }
tonic = { version = "0.11", optional = true }

[dev-dependencies]
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }

0 comments on commit 7f69b38

Please sign in to comment.