Skip to content

Commit

Permalink
Bump the patch group in /sessionspaces with 3 updates
Browse files Browse the repository at this point in the history
Bumps the patch group in /sessionspaces with 3 updates: [clap](https://github.com/clap-rs/clap), [ldap3](https://github.com/inejge/ldap3) and [serde_json](https://github.com/serde-rs/json).


Updates `clap` from 4.5.7 to 4.5.8
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.7...v4.5.8)

Updates `ldap3` from 0.11.4 to 0.11.5
- [Changelog](https://github.com/inejge/ldap3/blob/v0.11.5/CHANGELOG.md)
- [Commits](inejge/ldap3@v0.11.4...v0.11.5)

Updates `serde_json` from 1.0.117 to 1.0.119
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.117...v1.0.119)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: ldap3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and garryod committed Jul 1, 2024
1 parent c49882b commit cb3d54a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions sessionspaces/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 sessionspaces/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ edition = "2021"

[dependencies]
anyhow = { version = "1.0.86" }
clap = { version = "4.5.7", features = ["derive", "env"] }
clap = { version = "4.5.8", features = ["derive", "env"] }
derive_more = { version = "0.99.18" }
dotenvy = { version = "0.15.7" }
humantime = { version = "2.1.0" }
itertools = { version = "0.13.0" }
k8s-openapi = { version = "0.21.1", features = ["latest"] }
kube = { version = "0.88.1" }
ldap3 = { version = "0.11.4", default-features = false, features = [
ldap3 = { version = "0.11.5", default-features = false, features = [
"tls-rustls",
] }
mockito = { version = "1.4.0" }
serde_json = { version = "1.0.117" }
serde_json = { version = "1.0.119" }
strum = { version = "0.26.3", features = ["derive"] }
sqlx = { version = "0.7.3", features = [
"runtime-tokio",
Expand Down

0 comments on commit cb3d54a

Please sign in to comment.