Skip to content

Commit

Permalink
Merge pull request #322 from nextcloud/dependabot/cargo/url-2.4.1
Browse files Browse the repository at this point in the history
Bump url from 2.4.0 to 2.4.1
  • Loading branch information
icewind1991 authored Sep 19, 2023
2 parents b39f7e3 + b704671 commit 5707293
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tokio-stream = { version = "0.1.14", features = ["net"] }
structopt = "0.3.26"
derivative = "2.2.0"
nextcloud-config-parser = { version = "0.8.0", features = ["db-sqlx", "redis-connect"] }
url = "2.4.0"
url = "2.4.1"

[dev-dependencies]
mini-redis = "0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion test_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ flexi_logger = { version = "0.25.6", features = ["colors"] }
log = "0.4.19"
base64 = "0.21.4"
miette = { version = "5.10.0", features = ["fancy"] }
url = "2.4.0"
url = "2.4.1"

0 comments on commit 5707293

Please sign in to comment.