[PR #463] [MERGED] Update dependencies #759

Closed
opened 2026-02-27 09:09:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/463
Author: @nitnelave
Created: 2/28/2023
Status: Merged
Merged: 3/2/2023
Merged by: @nitnelave

Base: mainHead: dep_updates


📝 Commits (4)

  • 1bd3108 server: update tokio
  • 8f765df server: update actix, inline juniper-actix
  • 6d91963 server: update various dependencies
  • f41882f server: update clap and mockall

📊 Changes

15 files changed (+971 additions, -1036 deletions)

View changed files

📝 Cargo.lock (+778 -928)
📝 Cargo.toml (+3 -0)
📝 server/Cargo.toml (+26 -26)
📝 server/src/domain/handler.rs (+5 -1)
📝 server/src/domain/sql_opaque_handler.rs (+5 -4)
📝 server/src/domain/types.rs (+5 -2)
📝 server/src/infra/auth_service.rs (+4 -3)
📝 server/src/infra/cli.rs (+10 -11)
📝 server/src/infra/configuration.rs (+1 -1)
📝 server/src/infra/graphql/api.rs (+120 -9)
📝 server/src/infra/graphql/mutation.rs (+3 -2)
📝 server/src/infra/ldap_server.rs (+1 -1)
📝 server/src/infra/mail.rs (+3 -3)
📝 server/src/infra/tcp_backend_handler.rs (+0 -41)
📝 server/src/infra/tcp_server.rs (+7 -4)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/463 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 2/28/2023 **Status:** ✅ Merged **Merged:** 3/2/2023 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `dep_updates` --- ### 📝 Commits (4) - [`1bd3108`](https://github.com/lldap/lldap/commit/1bd31081e3e578ccf5117cc036f29cc4479d4b3e) server: update tokio - [`8f765df`](https://github.com/lldap/lldap/commit/8f765dff548ae8fc20a77ce48f2668cd118a86dc) server: update actix, inline juniper-actix - [`6d91963`](https://github.com/lldap/lldap/commit/6d919634041c62fed5288d3400972ee58fb4bb59) server: update various dependencies - [`f41882f`](https://github.com/lldap/lldap/commit/f41882fd625f9899aaee060c077a89ac397abfca) server: update clap and mockall ### 📊 Changes **15 files changed** (+971 additions, -1036 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+778 -928) 📝 `Cargo.toml` (+3 -0) 📝 `server/Cargo.toml` (+26 -26) 📝 `server/src/domain/handler.rs` (+5 -1) 📝 `server/src/domain/sql_opaque_handler.rs` (+5 -4) 📝 `server/src/domain/types.rs` (+5 -2) 📝 `server/src/infra/auth_service.rs` (+4 -3) 📝 `server/src/infra/cli.rs` (+10 -11) 📝 `server/src/infra/configuration.rs` (+1 -1) 📝 `server/src/infra/graphql/api.rs` (+120 -9) 📝 `server/src/infra/graphql/mutation.rs` (+3 -2) 📝 `server/src/infra/ldap_server.rs` (+1 -1) 📝 `server/src/infra/mail.rs` (+3 -3) 📝 `server/src/infra/tcp_backend_handler.rs` (+0 -41) 📝 `server/src/infra/tcp_server.rs` (+7 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:09:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#759
No description provided.