Skip to content

Commit

Permalink
fix: added file options arg source
Browse files Browse the repository at this point in the history
  • Loading branch information
juicycleff committed Jan 3, 2024
1 parent 21d7ae1 commit a0cfe07
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = [
]

[workspace.dependencies]
itertools = "0.11"
itertools = "0.12.0"
async-trait = "0.1"
tokio = { version = "1.18", features = ["full"] }
futures = "0.3"
Expand All @@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_derive = "1"
serde_yaml = "0.9"
mockall = "0.11"
mockall = "0.12.1"
rstest = "0.18.1"
rusty-hook = "^0.11"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/north-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "north-common"
workspace.version = true
version.workspace = true
edition = "2021"
description = "Common logic used in North Microservice Framework"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion crates/north-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "north-config"
workspace.version = true
version.workspace = true
edition = "2021"
authors = ["Rex Raphael <[email protected]>"]
description = "North config is a multi source configuration crate designed as part of the North Microservice Framework"
Expand Down
2 changes: 1 addition & 1 deletion crates/north-consul/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "north-consul"
workspace.version = true
version.workspace = true
edition = "2021"
authors = ["Rex Raphael <[email protected]>", "Andrew Useckas <[email protected]>", "Stu Small <[email protected]>", "YoungKing <[email protected]>", "Pierre Souchay <https://github.com/pierresouchay>", "Tomer Shalev <https://github.com/tomers>"]
description = "Rust client libray for Consul HTTP API"
Expand Down
2 changes: 1 addition & 1 deletion crates/north-derives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "north-derives"
workspace.version = true
version.workspace = true
edition = "2021"
authors = ["Rex Raphael <[email protected]>"]
description = "North config is a multi source configuration crate designed as part of the North Microservice Framework"
Expand Down
2 changes: 1 addition & 1 deletion crates/north-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "north-service"
workspace.version = true
version.workspace = true
edition = "2021"
authors = ["Rex Raphael <[email protected]>"]
description = "Service discovery and registry for North Microservice Framework"
Expand Down
2 changes: 1 addition & 1 deletion crates/north/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "north"
workspace.version = true
version.workspace = true
edition = "2021"
authors = ["Rex Raphael <[email protected]>"]
description = "North Microservice Framework"
Expand Down

0 comments on commit a0cfe07

Please sign in to comment.