Skip to content

Commit

Permalink
fix(deps): update rust crate url to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 22, 2023
1 parent 787fb23 commit 107e3a1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 dtrd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ console-subscriber = "0.2.0"
actix = "0.13.1"
actix-rt = "2.9.0"
async-stream = "0.3.5"
url = "2.4.1"
url = "2.5.0"

[build-dependencies]
tonic-build = "0.10.2"
2 changes: 1 addition & 1 deletion tcpcl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ x509-parser = "0.15.1"
tokio-util = {version = "0.7.10", features = ["codec"]}
bytes = "1.5.0"
futures-util = {version = "0.3.29", features = ["sink"]}
url = "2.4.1"
url = "2.5.0"

0 comments on commit 107e3a1

Please sign in to comment.