Skip to content

Commit

Permalink
Bump the all group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates: [concread](https://github.com/kanidm/concread), [toml](https://github.com/toml-rs/toml) and [uuid](https://github.com/uuid-rs/uuid).


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

Updates `toml` from 0.8.11 to 0.8.12
- [Commits](toml-rs/toml@toml-v0.8.11...toml-v0.8.12)

Updates `uuid` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.7.0...1.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 24, 2024
1 parent 35d0e35 commit 7a33427
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
23 changes: 15 additions & 8 deletions Cargo.lock

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

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

[dependencies]

concread = "^0.4.6"
concread = "^0.5.0"
clap = { version = "4.5", features = ["derive", "env"] }
futures-util = { version = "^0.3.30", features = ["sink"] }
hashbrown = { version = "0.14", features = ["serde"] }
Expand All @@ -18,15 +18,15 @@ tokio = { version = "^1.36.0", features = ["rt", "rt-multi-thread", "macros", "n
tokio-util = { version = "^0.7.10", features = ["codec"] }
tokio-openssl = "^0.6.4"

toml = "^0.8.11"
toml = "^0.8.12"

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"] }

ldap3_proto = { version = "0.4.3", features = ["serde"] }
uuid = { version = "1.7.0", features = ["serde"] }
uuid = { version = "1.8.0", features = ["serde"] }

[patch.crates-io]
# ldap3_proto = { path = "../ldap3/proto" }
Expand Down

0 comments on commit 7a33427

Please sign in to comment.