Skip to content

Commit

Permalink
Bump urlencoding from 2.1.2 to 2.1.3 in /backend (#611)
Browse files Browse the repository at this point in the history
Bumps [urlencoding](https://github.com/kornelski/rust_urlencoding) from 2.1.2 to 2.1.3.
- [Commits](https://github.com/kornelski/rust_urlencoding/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent b0d64f8 commit 60c5233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ tracing = "0.1.40"
tracing-futures = "0.2.5"
tracing-opentelemetry = "0.18.0"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] }
urlencoding = "2.1.2"
urlencoding = "2.1.3"
uuid = { version = "1.3.2", features = ["serde", "v4"] } # uuid version kept in sync with sqlx

0 comments on commit 60c5233

Please sign in to comment.