Skip to content

Commit

Permalink
chore: Update workspace-hack crate
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Nov 25, 2024
1 parent b911019 commit 4a72e6b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
6 changes: 4 additions & 2 deletions libs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 10 additions & 6 deletions libs/px_workspace_hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ deranged = { version = "0.3", default-features = false, features = ["powerfmt",
digest = { version = "0.10", features = ["mac", "std"] }
either = { version = "1", features = ["serde"] }
fixedbitset = { version = "0.4" }
form_urlencoded = { version = "1" }
futures-channel = { version = "0.3", features = ["sink"] }
futures-core = { version = "0.3" }
futures-io = { version = "0.3" }
Expand All @@ -39,11 +40,13 @@ futures-util = { version = "0.3", features = ["channel", "io", "sink"] }
getrandom = { version = "0.2", default-features = false, features = ["std"] }
hashbrown = { version = "0.14" }
hmac = { version = "0.12", default-features = false, features = ["reset"] }
idna = { version = "1", default-features = false, features = ["compiled_data", "std"] }
indexmap = { version = "2", features = ["serde"] }
log = { version = "0.4", default-features = false, features = ["std"] }
memchr = { version = "2" }
miette = { version = "7", features = ["fancy"] }
num-traits = { version = "0.2", features = ["i128"] }
percent-encoding = { version = "2" }
petgraph = { version = "0.6", default-features = false, features = ["graphmap", "stable_graph"] }
proc-macro2 = { version = "1", features = ["span-locations"] }
quote = { version = "1" }
Expand All @@ -59,17 +62,16 @@ smallvec = { version = "1", default-features = false, features = ["const_new", "
sqlx = { version = "0.8", features = ["postgres", "time", "uuid"] }
sqlx-core = { version = "0.8", features = ["any", "json", "migrate", "offline", "time", "uuid"] }
sqlx-postgres = { version = "0.8", default-features = false, features = ["any", "json", "migrate", "offline", "time", "uuid"] }
stable_deref_trait = { version = "1" }
subtle = { version = "2" }
syn = { version = "2", features = ["extra-traits", "full", "visit", "visit-mut"] }
syn = { version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
time = { version = "0.3", features = ["formatting", "local-offset", "macros", "parsing", "serde"] }
tokio = { version = "1", features = ["fs", "io-util", "macros", "net", "rt", "sync", "time"] }
toml = { version = "0.8", features = ["preserve_order"] }
toml_edit = { version = "0.22", features = ["serde"] }
tracing = { version = "0.1", features = ["log"] }
tracing-core = { version = "0.1" }
tracing-log = { version = "0.2" }
unicode-bidi = { version = "0.3" }
unicode-normalization = { version = "0.1" }
url = { version = "2" }
uuid = { version = "1", features = ["fast-rng", "serde", "v4", "v7"] }
zerocopy = { version = "0.7", features = ["derive", "simd"] }
Expand All @@ -91,6 +93,7 @@ deranged = { version = "0.3", default-features = false, features = ["powerfmt",
digest = { version = "0.10", features = ["mac", "std"] }
either = { version = "1", features = ["serde"] }
fixedbitset = { version = "0.4" }
form_urlencoded = { version = "1" }
futures-channel = { version = "0.3", features = ["sink"] }
futures-core = { version = "0.3" }
futures-io = { version = "0.3" }
Expand All @@ -99,11 +102,13 @@ futures-util = { version = "0.3", features = ["channel", "io", "sink"] }
getrandom = { version = "0.2", default-features = false, features = ["std"] }
hashbrown = { version = "0.14" }
hmac = { version = "0.12", default-features = false, features = ["reset"] }
idna = { version = "1", default-features = false, features = ["compiled_data", "std"] }
indexmap = { version = "2", features = ["serde"] }
log = { version = "0.4", default-features = false, features = ["std"] }
memchr = { version = "2" }
miette = { version = "7", features = ["fancy"] }
num-traits = { version = "0.2", features = ["i128"] }
percent-encoding = { version = "2" }
petgraph = { version = "0.6", default-features = false, features = ["graphmap", "stable_graph"] }
proc-macro2 = { version = "1", features = ["span-locations"] }
quote = { version = "1" }
Expand All @@ -121,8 +126,9 @@ sqlx-core = { version = "0.8", features = ["any", "json", "migrate", "offline",
sqlx-macros = { version = "0.8", features = ["derive", "json", "macros", "migrate", "postgres", "time", "uuid"] }
sqlx-macros-core = { version = "0.8", features = ["derive", "json", "macros", "migrate", "postgres", "time", "uuid"] }
sqlx-postgres = { version = "0.8", default-features = false, features = ["any", "json", "migrate", "offline", "time", "uuid"] }
stable_deref_trait = { version = "1" }
subtle = { version = "2" }
syn = { version = "2", features = ["extra-traits", "full", "visit", "visit-mut"] }
syn = { version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
time = { version = "0.3", features = ["formatting", "local-offset", "macros", "parsing", "serde"] }
time-macros = { version = "0.2", default-features = false, features = ["formatting", "parsing", "serde"] }
tokio = { version = "1", features = ["fs", "io-util", "macros", "net", "rt", "sync", "time"] }
Expand All @@ -131,8 +137,6 @@ toml_edit = { version = "0.22", features = ["serde"] }
tracing = { version = "0.1", features = ["log"] }
tracing-core = { version = "0.1" }
tracing-log = { version = "0.2" }
unicode-bidi = { version = "0.3" }
unicode-normalization = { version = "0.1" }
url = { version = "2" }
uuid = { version = "1", features = ["fast-rng", "serde", "v4", "v7"] }
zerocopy = { version = "0.7", features = ["derive", "simd"] }
Expand Down

0 comments on commit 4a72e6b

Please sign in to comment.