Skip to content

Commit

Permalink
Bump outdated 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 26, 2023
1 parent d76b289 commit bad6803
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions async-nats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ itoa = "1"
url = { version = "2"}
tokio-rustls = "0.24"
rustls-pemfile = "1.0.2"
nuid = "0.3.2"
nuid = "0.4.1"
serde_nanos = "0.1.3"
time = { version = "0.3.20", features = ["parsing", "formatting", "serde", "serde-well-known"] }
rustls-native-certs = "0.6"
Expand All @@ -42,7 +42,7 @@ rand = "0.8"
webpki = { package = "rustls-webpki", version = "0.101.1", features = ["alloc", "std"] }

[dev-dependencies]
criterion = { version = "0.3", features = ["async_tokio"]}
criterion = { version = "0.5", features = ["async_tokio"]}
nats-server = { path = "../nats-server" }
rand = "0.8"
tokio = { version = "1.25.0", features = ["rt-multi-thread"] }
Expand Down
2 changes: 1 addition & 1 deletion nats-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lazy_static = "1.4.0"
regex = { version = "1.7.1", default-features = false, features = ["std", "unicode-perl"] }
url = "2"
json = "0.12"
nuid = "0.3.2"
nuid = "0.4.1"
rand = "0.8"
tokio-retry = "0.3.0"

Expand Down

0 comments on commit bad6803

Please sign in to comment.