Skip to content

Commit

Permalink
Update Rust crate url to 2.3.1 (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2022
1 parent 670afa4 commit f7289c3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 20 deletions.
25 changes: 8 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mvclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tokio = { version = "1", features = ["full"] }
log = "0.4"
tracing = "0.1"
rand = "0.8.5"
url = "2.2.2"
url = "2.3.1"
hex = "0.4.3"
serde = { version = "1", features = ["derive"] }
rmp-serde = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion mvstore-stress/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tokio = { version = "1", features = ["full"] }
log = "0.4"
tracing = "0.1"
rand = "0.8.5"
url = "2.2.2"
url = "2.3.1"
hex = "0.4.3"
serde = { version = "1", features = ["derive"] }
rmp-serde = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion mvstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tracing-subscriber = { version = "0.3.16", features = ["env-filter", "fmt", "jso
foundationdb = "0.7.0"
structopt = "0.3.26"
hyper = { version = "0.14.20", features = ["full"] }
url = "2.2.2"
url = "2.3.1"
hex = "0.4.3"
serde = { version = "1", features = ["derive"] }
rmp-serde = "1.1.0"
Expand Down

0 comments on commit f7289c3

Please sign in to comment.