Skip to content

Commit 418fe04

Browse files
Update agent dependencies
1 parent a04f02b commit 418fe04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ http = "0.2.8"
3030
lazy_static = "1.4.0"
3131
libc = "0.2.132"
3232
log = "0.4.17"
33-
percent-encoding = "2.1.0"
33+
percent-encoding = "2.2.0"
3434
rand = "0.8.5"
3535
regex = "1.6.0"
3636
scraper = "0.13.0"
3737
serde = { version = "1.0", features = ["derive"] }
3838
serde_json = "1.0.85"
3939
stderrlog = "0.5.3"
4040
string_cache = "=0.8.4"
41-
url = "2.2.2"
41+
url = "2.3.1"
4242
uuid = { version = "0.8", features = ["serde", "v4"] }
4343

4444
[dev-dependencies]
45-
criterion = "0.3.6"
45+
criterion = "0.4.0"
4646

4747
[target.'cfg(target_arch = "wasm32")'.dependencies]
4848
wee_alloc = { version = "0.4.5" }

0 commit comments

Comments
 (0)