Skip to content

Commit 57c2f1e

Browse files
committed
Update dev dependencies
1 parent e3fcb42 commit 57c2f1e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ async-std = { version = "1.10.0", features = ["attributes"] }
5151
backtrace = "0.3.64"
5252
doc-comment = "0.3.3"
5353
env_logger = "0.9.0"
54-
insta = "1.12.0"
54+
insta = "1.13.0"
5555
opentelemetry = { version = "0.17", features = ["rt-async-std", "rt-tokio", "rt-tokio-current-thread"] }
5656
opentelemetry-application-insights = { path = ".", features = ["reqwest-client", "reqwest-blocking-client"] }
57-
rand = "0.8.4"
58-
regex = "1.5.4"
57+
rand = "0.8.5"
58+
regex = "1.5.5"
5959
surf = "2.3.2"
60-
test-case = "1.2.1"
61-
tokio = { version = "1.16.1", features = ["rt", "macros", "process", "time"] }
60+
test-case = "2.0.0"
61+
tokio = { version = "1.17.0", features = ["rt", "macros", "process", "time"] }
6262
version-sync = { version = "0.9.4", default-features = false, features = ["html_root_url_updated", "contains_regex"] }
6363

6464
[badges]
@@ -90,4 +90,4 @@ required-features = ["reqwest-client", "opentelemetry/rt-tokio"]
9090

9191
[[example]]
9292
name = "stress_test"
93-
required-features = ["reqwest-client", "opentelemetry/rt-tokio"]
93+
required-features = ["reqwest-client", "opentelemetry/rt-tokio"]

0 commit comments

Comments
 (0)