Skip to content

Commit

Permalink
Bump url from 2.5.1 to 2.5.3
Browse files Browse the repository at this point in the history
Bumps [url](https://github.com/servo/rust-url) from 2.5.1 to 2.5.3.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.1...v2.5.3)

---
updated-dependencies:
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 5c48b2c commit 2ffc89d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
21 changes: 15 additions & 6 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 @@ -17,7 +17,7 @@ elasticsearch = "8.5.0-alpha.1"
serde = { version = "~1", features = ["derive"] }
serde_json = { version = "~1", features = ["raw_value"] }
tokio = { version = "1.38.1", features = ["full"] }
url = "2.5.0"
url = "2.5.3"
dotenv = "0.15.0"
clap = { version = "4.5.20", features = ["derive"] }
anyhow = "1.0.81"
Expand Down
2 changes: 1 addition & 1 deletion seed-es-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
elasticsearch = "8.5.0-alpha.1"
clap = { version = "4.5.20", features = ["derive"] }
url = "2.5.1"
url = "2.5.3"
tokio = { version = "*", features = ["full"] }
serde = "1.0.203"
serde_json = "1.0.117"
Expand Down

0 comments on commit 2ffc89d

Please sign in to comment.