mirror of
https://github.com/tlsnotary/tlsn-utils.git
synced 2026-01-08 20:28:06 -05:00
chore: bump versions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "serio"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
authors = ["TLSNotary Contributors"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "uid-mux"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["TLSNotary Contributors"]
|
||||
description = "Async multiplexing library with user provided stream ids."
|
||||
keywords = ["multiplex", "futures", "async"]
|
||||
@@ -23,7 +23,7 @@ tracing = { workspace = true, optional = true }
|
||||
yamux = "0.13"
|
||||
blake3 = "1.5"
|
||||
hex = "0.4"
|
||||
serio = { version = "0.1", path = "../serio", optional = true }
|
||||
serio = { version = "0.2", path = "../serio", optional = true }
|
||||
tokio-util = { version = "0.7", features = ["compat"], optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user