chore(deps): update all dependencies
This commit is contained in:
parent
4d150febc7
commit
e44720f0f5
928
Cargo.lock
generated
928
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -24,9 +24,9 @@ thiserror = {version = "1.0.48"}
|
||||
async-trait = "0.1.73"
|
||||
uuid = { version = "1.4.1", features = ["v4", "serde"]}
|
||||
futures = "0.3.28"
|
||||
nats = "0.24.0"
|
||||
nats = "0.25.0"
|
||||
clap = {version = "4.4.5", features = ["derive"]}
|
||||
toml_edit = {version = "0.20.0",features = ["serde"]}
|
||||
toml_edit = {version = "0.22.0",features = ["serde"]}
|
||||
serde = {version = "1.0.188", features = ["derive"]}
|
||||
serde_json = {version = "1.0.107"}
|
||||
prost = {version = "0.12"}
|
||||
@ -37,8 +37,8 @@ tempfile = {version = "3.8.0"}
|
||||
genco = {version = "0.17.6"}
|
||||
walkdir = {version = "2.4.0"}
|
||||
regex = {version = "1.9.5"}
|
||||
inquire = {version = "0.6.2"}
|
||||
sqlx = {version = "0.7.2", default-features = false, features = ["migrate", "macros", "postgres", "runtime-tokio", "tls-rustls", "chrono", "json", "uuid" ]}
|
||||
inquire = {version = "0.7.0"}
|
||||
sqlx = {version = "0.8.0", default-features = false, features = ["migrate", "macros", "postgres", "runtime-tokio", "tls-rustls", "chrono", "json", "uuid" ]}
|
||||
chrono = {version = "0.4.31", features = ["serde"]}
|
||||
|
||||
pretty_assertions = "1.4.0"
|
Loading…
Reference in New Issue
Block a user