Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonkle committed Aug 28, 2024
1 parent 2d375b0 commit 9106d7a
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 33 deletions.
4 changes: 2 additions & 2 deletions examples/async-graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ oso = "0.27"
pico-args = "0.5.0"
pretty_env_logger = "0.5"
rand = "0.8"
sea-orm = { version = "0.12", features = [
sea-orm = { version = "1.0", features = [
"macros",
"mock",
"runtime-tokio-rustls",
Expand All @@ -68,7 +68,7 @@ futures-util = { version = "0.3", default-features = false, features = [
] }
hyper-tls = "0.6"
maplit = { version = "1" }
mockall = "0.12"
mockall = "0.13"
pretty_assertions = "1.2"
tokio-tungstenite = { version = "0.23", features = ["url"] }
url = "2.0.0"
2 changes: 1 addition & 1 deletion examples/cqrs-es/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ fake = { version = "2.9", features = [
'http',
'uuid',
], git = "https://github.com/cksac/fake-rs.git" }
mockall = "0.12"
mockall = "0.13"
pretty_assertions = "1.2"
10 changes: 1 addition & 9 deletions examples/simple-warp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ pico-args = "0.5.0"
pretty_env_logger = "0.5"
rand = "0.8"
reqwest = { version = "0.12", features = ["json"] }
sea-orm = { version = "0.12", features = [
"macros",
"mock",
"runtime-tokio-rustls",
"sqlx-postgres",
"with-chrono",
"with-json",
], default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0"
serde_json = "1.0"
Expand All @@ -59,6 +51,6 @@ futures-util = { version = "0.3", default-features = false, features = [
] }
hyper-tls = "0.6"
maplit = { version = "1" }
mockall = "0.12"
mockall = "0.13"
pretty_assertions = "1.2"
url = "2.0.0"
10 changes: 1 addition & 9 deletions examples/simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ pico-args = "0.5.0"
pretty_env_logger = "0.5"
rand = "0.8"
reqwest = { version = "0.12", features = ["json"] }
sea-orm = { version = "0.12", features = [
"macros",
"mock",
"runtime-tokio-rustls",
"sqlx-postgres",
"with-chrono",
"with-json",
], default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0"
serde_json = "1.0"
Expand All @@ -59,6 +51,6 @@ futures-util = { version = "0.3", default-features = false, features = [
] }
hyper-tls = "0.6"
maplit = { version = "1" }
mockall = "0.12"
mockall = "0.13"
pretty_assertions = "1.2"
url = "2.0.0"
3 changes: 1 addition & 2 deletions nakago/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ license = "MIT"
anyhow = "1.0"
async-trait = "0.1"
backtrace = "0.3"
crossterm = "0.27"
derive-new = "0.6"
fnv = "1.0.7"
futures = "0.3.28"
Expand All @@ -37,6 +36,6 @@ fake = { version = "2.9", features = [
'http',
'uuid',
], git = "https://github.com/cksac/fake-rs.git" }
mockall = "0.12"
mockall = "0.13"
pretty_assertions = "1.2"
googletest = "0.12"
2 changes: 1 addition & 1 deletion nakago_async_graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ tokio = { version = "1", features = ["full"] }
tracing = "0.1"

[dev-dependencies]
mockall = "0.12"
mockall = "0.13"
pretty_assertions = "1.2"
4 changes: 2 additions & 2 deletions nakago_axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ axum = { version = "0.7", features = ["ws", "macros"] }
backtrace = "0.3"
biscuit = "0.7.0"
bytes = "1"
crossterm = "0.27"
crossterm = "0.28"
derive-new = "0.6"
fake = { version = "2.9", features = [
'derive',
Expand Down Expand Up @@ -49,5 +49,5 @@ tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }

[dev-dependencies]
criterion = "0.5"
mockall = "0.12"
mockall = "0.13"
pretty_assertions = "1.2"
4 changes: 2 additions & 2 deletions nakago_figment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ figment = { version = "0.10", features = ["env", "toml", "yaml", "json"] }
log = "0.4"
nakago = "0.23"
nakago-derive = "0.23"
mockall = "0.12"
mockall = "0.13"
pretty_env_logger = "0.5"
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -34,5 +34,5 @@ tracing = "0.1"
ulid = "1.0"

[dev-dependencies]
mockall = "0.12"
mockall = "0.13"
pretty_assertions = "1.2"
4 changes: 2 additions & 2 deletions nakago_sea_orm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ nakago-derive = "0.23"
nakago-figment = "0.23"
pretty_env_logger = "0.5"
rand = "0.8"
sea-orm = { version = "0.12", features = [
sea-orm = { version = "1.0", features = [
"macros",
"mock",
"runtime-tokio-rustls",
Expand All @@ -37,5 +37,5 @@ tokio = { version = "1", features = ["full"] }
tracing = "0.1"

[dev-dependencies]
mockall = "0.12"
mockall = "0.13"
pretty_assertions = "1.2"
2 changes: 1 addition & 1 deletion nakago_warp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ warp = "0.3"

[dev-dependencies]
criterion = "0.5"
mockall = "0.12"
mockall = "0.13"
pretty_assertions = "1.2"
4 changes: 2 additions & 2 deletions nakago_ws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ log = "0.4"
nakago = "0.23"
nakago-axum = "0.23"
nakago-derive = "0.23"
mockall = "0.12"
mockall = "0.13"
pretty_env_logger = "0.5"
rand = "0.8"
reqwest = { version = "0.12", features = ["json"] }
Expand All @@ -42,5 +42,5 @@ tracing = "0.1"
ulid = "1.0"

[dev-dependencies]
mockall = "0.12"
mockall = "0.13"
pretty_assertions = "1.2"

0 comments on commit 9106d7a

Please sign in to comment.