Skip to content

Commit f7289c3

Browse files
Update Rust crate url to 2.3.1 (#54)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 670afa4 commit f7289c3

4 files changed

Lines changed: 11 additions & 20 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mvclient/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tokio = { version = "1", features = ["full"] }
1616
log = "0.4"
1717
tracing = "0.1"
1818
rand = "0.8.5"
19-
url = "2.2.2"
19+
url = "2.3.1"
2020
hex = "0.4.3"
2121
serde = { version = "1", features = ["derive"] }
2222
rmp-serde = "1.1.0"

mvstore-stress/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tokio = { version = "1", features = ["full"] }
1313
log = "0.4"
1414
tracing = "0.1"
1515
rand = "0.8.5"
16-
url = "2.2.2"
16+
url = "2.3.1"
1717
hex = "0.4.3"
1818
serde = { version = "1", features = ["derive"] }
1919
rmp-serde = "1.1.0"

mvstore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tracing-subscriber = { version = "0.3.16", features = ["env-filter", "fmt", "jso
2929
foundationdb = "0.7.0"
3030
structopt = "0.3.26"
3131
hyper = { version = "0.14.20", features = ["full"] }
32-
url = "2.2.2"
32+
url = "2.3.1"
3333
hex = "0.4.3"
3434
serde = { version = "1", features = ["derive"] }
3535
rmp-serde = "1.1.0"

0 commit comments

Comments
 (0)