Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Jul 31, 2023
1 parent 78862ed commit d3892aa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions async-nats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,30 @@ categories = ["network-programming", "api-bindings"]
[dependencies]
memchr = "2.4"
bytes = { version = "1.4.0", features = ["serde"] }
futures = { version = "0.3.26", default-features = false, features = ["std", "async-await"] }
futures = { version = "0.3.28", default-features = false, features = ["std", "async-await"] }
nkeys = "0.3.0"
once_cell = "1.17.1"
regex = "1.7.1"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
serde_repr = "0.1.10"
once_cell = "1.18.0"
regex = "1.9.1"
serde = { version = "1.0.179", features = ["derive"] }
serde_json = "1.0.104"
serde_repr = "0.1.16"
http = "0.2.9"
tokio = { version = "1.25.0", features = ["macros", "rt", "fs", "net", "sync", "time", "io-util"] }
tokio = { version = "1.29.0", features = ["macros", "rt", "fs", "net", "sync", "time", "io-util"] }
itoa = "1"
url = { version = "2"}
tokio-rustls = "0.24"
rustls-pemfile = "1.0.2"
nuid = "0.4.1"
serde_nanos = "0.1.3"
time = { version = "0.3.20", features = ["parsing", "formatting", "serde", "serde-well-known"] }
time = { version = "0.3.24", features = ["parsing", "formatting", "serde", "serde-well-known"] }
rustls-native-certs = "0.6"
tracing = "0.1"
thiserror = "1.0"
base64 = "0.21"
tokio-retry = "0.3"
ring = "0.16"
rand = "0.8"
webpki = { package = "rustls-webpki", version = "0.101.1", features = ["alloc", "std"] }
webpki = { package = "rustls-webpki", version = "0.101.2", features = ["alloc", "std"] }

[dev-dependencies]
criterion = { version = "0.5", features = ["async_tokio"]}
Expand Down

0 comments on commit d3892aa

Please sign in to comment.