Skip to content

Commit

Permalink
update deps!
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekrubin committed Feb 21, 2025
1 parent 2ecfd09 commit 0b1839a
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 42 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = { workspace = true, features = ["experimental-inspect", "experimental-async"] }
ryo3 = { workspace = true, features = ["all"] }
ryo3 = { workspace = true, features = ["ry"] }
tracing.workspace = true
tracing-subscriber.workspace = true

Expand All @@ -31,6 +31,7 @@ opt-level = 0

[profile.release]
opt-level = 3
codegen-units = 1
strip = true
debug = false
# __FAT_VS_THIN_LTO__?
Expand Down Expand Up @@ -85,7 +86,7 @@ members = [
]

[workspace.package]
version = "0.0.30"
version = "0.0.31"
authors = [
"Jesse K. Rubin <[email protected]>",
# hopefully you will contribute!
Expand Down Expand Up @@ -148,7 +149,7 @@ ahash = "0.8.11"
anyhow = "1.0.75"
brotli = { version = "7.0.0" }
bytes = "1.10.0"
bzip2 = "0.5.0"
bzip2 = "0.5.1"
dirs = { version = "6.0.0", features = [] }
fnv = "1.0.7"
flate2 = "1.0.20"
Expand Down
2 changes: 1 addition & 1 deletion crates/ryo3-brotli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories.workspace = true

[dependencies]
pyo3 = { workspace = true, features = ["experimental-inspect"] }
brotli.workspace=true
brotli = { workspace = true }

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/ryo3-sqlformat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords.workspace = true
categories.workspace = true

[dependencies]
pyo3 = { workspace = true, features = ["experimental-inspect", "num-bigint"] }
pyo3 = { workspace = true, features = ["experimental-inspect"] }
sqlformat = { workspace=true}

[lints]
Expand Down
2 changes: 1 addition & 1 deletion crates/ryo3-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords.workspace = true
categories.workspace = true

[dependencies]
pyo3 = { workspace = true, features = ["experimental-inspect", "num-bigint"] }
pyo3 = { workspace = true, features = ["experimental-inspect"] }
ryo3-bytes.workspace = true
ryo3-macros.workspace = true
ryo3-core.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/ryo3-xxhash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords.workspace = true
categories.workspace = true

[dependencies]
pyo3 = { workspace = true, features = ["experimental-inspect", "num-bigint"] }
pyo3 = { workspace = true, features = ["experimental-inspect"] }
xxhash-rust = { workspace = true, features = ["const_xxh3", "const_xxh32", "const_xxh64", "xxh3", "xxh32", "xxh64"] }

[lints]
Expand Down
2 changes: 1 addition & 1 deletion crates/ryo3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jiff.workspace = true
workspace = true

[dependencies]
pyo3 = { workspace = true, features = ["experimental-inspect", "experimental-async", "num-bigint"] }
pyo3 = { workspace = true, features = ["experimental-inspect", "experimental-async"] }
regex.workspace = true
serde.workspace = true
serde_bytes.workspace = true
Expand Down

0 comments on commit 0b1839a

Please sign in to comment.