chore: update dependencies (#211)

* chore: update dependencies

* release: 1.2.3

* chore(deb): update changelog to 1.2.3
This commit is contained in:
Michael Murphy 2024-05-02 19:03:05 +02:00 committed by GitHub
parent a7fc5bcb86
commit 279ff96861
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 1033 additions and 1104 deletions

View file

@ -7,7 +7,7 @@ pub mod help;
pub use external::load;
pub use self::config::{PluginBinary, PluginConfig, PluginPriority, PluginQuery};
pub use self::config::{PluginConfig, PluginPriority, PluginQuery};
pub use self::external::ExternalPlugin;
pub use self::help::HelpPlugin;