Skip to content

Commit

Permalink
Bump the all group with 2 updates (#37)
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates: [concread](https://github.com/kanidm/concread) and [url](https://github.com/servo/rust-url).


Updates `concread` from 0.5.1 to 0.5.2
- [Commits](https://github.com/kanidm/concread/commits)

Updates `url` from 2.5.0 to 2.5.2
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.0...v2.5.2)

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

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 Jun 23, 2024
1 parent c1ec0e0 commit 6b40188
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]

concread = "^0.5.1"
concread = "^0.5.2"
clap = { version = "4.5", features = ["derive", "env"] }
futures-util = { version = "^0.3.30", features = ["sink"] }
hashbrown = { version = "0.14", features = ["serde"] }
Expand All @@ -23,7 +23,7 @@ toml = "^0.8.14"
tracing = { version = "^0.1.40", features = ["max_level_trace", "release_max_level_debug"] }

tracing-forest = { version = "0.1.6", features = ["chrono", "smallvec", "tokio"] }
url = { version = "^2.5.0", features = ["serde"] }
url = { version = "^2.5.2", features = ["serde"] }

ldap3_proto = { version = "0.5.0", features = ["serde"] }
uuid = { version = "1.8.0", features = ["serde"] }
Expand Down

0 comments on commit 6b40188

Please sign in to comment.