Skip to content

Commit

Permalink
(chore): Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Oyelowo committed Jan 19, 2025
1 parent 942db5e commit 76bf587
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ migration-embedded = { path = "examples/migration-embedded" }
migration-cli = { path = "examples/migration-cli" }
migration-simple = { path = "examples/migration-simple" }

surrealdb = { version = "1.5.4", features = [
surrealdb = { version = "1.5.6", features = [
"protocol-ws",
"protocol-http",
"kv-mem",
Expand All @@ -60,46 +60,46 @@ surrealdb = { version = "1.5.4", features = [


# Macros metapogramming lib
syn = { version = "2.0.70", features = ["full","extra-traits", "fold", "test" ,"visit", "visit-mut"] }
quote = "1.0.36"
syn = { version = "2.0.96", features = ["full","extra-traits", "fold", "test" ,"visit", "visit-mut"] }
quote = "1.0.38"
darling = "0.20.10"
proc-macro2 = "1.0.86"
proc-macro-crate = "3.1.0"
proc-macro2 = "1.0.93"
proc-macro-crate = "3.2.0"
proc-macro2-diagnostics = "0.10.1"
nom = "7.1.3"
convert_case = "0.6.0"
convert_case = "0.7.1"
strum = "0.26.3"
strum_macros = "0.26.4"
num-traits = "0.2.19"
regex = "1.10.5"
derive_builder = "0.20.0"
itertools = "0.13.0"
regex = "1.11.1"
derive_builder = "0.20.2"
itertools = "0.14.0"
geojson = "0.24.1"
fake = "2.9.2"
fake = "3.1.0"
paste = "1.0.15"
chrono = { version = "0.4.38", features = ["serde"] }
chrono-tz = "0.9.0"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
chrono = { version = "0.4.39", features = ["serde"] }
chrono-tz = "0.10.1"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.136"
serde-aux = "4.5.0"
async-trait = "0.1.81"
thiserror = "1.0.62"
uuid = "1.10.0"
tokio = { version = "1.38.0", features = ["full"] }
async-trait = "0.1.85"
thiserror = "2.0.11"
uuid = "1.12.0"
tokio = { version = "1.43.0", features = ["full"] }
sha2 = "0.10.8"
typed-builder = "0.18.2"
typed-builder = "0.20.0"
rand = "0.8.5"
clap = { version = "4.5.9", features = ["derive"] }
tempfile = "3.10.1"
clap = { version = "4.5.26", features = ["derive"] }
tempfile = "3.15.0"
log = "0.4"
pretty_env_logger = "0.5.0"
geo = { version = "0.28.0", features = ["use-serde"] }
glob = "0.3.1"
geo = { version = "0.29.3", features = ["use-serde"] }
glob = "0.3.2"

inquire = "0.7.5"
insta = { version = "1.39.0", features = ["glob"] }
pretty_assertions = "1.4.0"
insta = { version = "1.42.0", features = ["glob"] }
pretty_assertions = "1.4.1"
static_assertions = "1.1.0"
tokio-test = "0.4.4"
test-case = "3.3.1"
rstest = "0.21.0"
rstest = "0.24.0"

0 comments on commit 76bf587

Please sign in to comment.