Skip to content

Commit

Permalink
Update deps in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
asaaki committed Jan 13, 2021
1 parent 74cdc5d commit e8deebe
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,11 @@ firefox http://localhost:16686/

```toml
[dependencies]
async-std = { version = "1.7", features = ["attributes"] }
opentelemetry = { version = "0.10", features = ["async-std"] }
opentelemetry-jaeger = { version = "0.9", features = ["async-std"] }
async-std = { version = "1.8", features = ["attributes"] }
opentelemetry = { version = "0.11", features = ["async-std"] }
opentelemetry-jaeger = { version = "0.10", features = ["async-std"] }
opentelemetry-tide = "0.5"
thrift = "0.13"
tide = "0.13"
tide = "0.15"
```

#### `server.rs`
Expand Down

0 comments on commit e8deebe

Please sign in to comment.