Skip to content

Commit

Permalink
Add missing parity features for service API
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
  • Loading branch information
Jarema committed May 21, 2023
1 parent 181890d commit b3e06de
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 100 deletions.
1 change: 1 addition & 0 deletions .config/nats.dic
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,4 @@ DNS
RequestErrorKind
rustls
Acker
EndpointSchema
2 changes: 1 addition & 1 deletion async-nats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_repr = "0.1.10"
http = "0.2.9"
tokio = { version = "1.25.0", features = ["macros", "rt", "fs", "net", "sync", "time", "io-util"] }
itoa = "1"
url = "2"
url = { version = "2", features = ["serde"] }
tokio-rustls = "0.24"
rustls-pemfile = "1.0.2"
nuid = "0.3.2"
Expand Down
Loading

0 comments on commit b3e06de

Please sign in to comment.