Skip to content

Commit

Permalink
Merge branch 'main' into jkrdev
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekrubin committed Feb 3, 2025
2 parents 617606f + e386a51 commit b1d75f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ pyo3-build-config = "0.23.3"
pyo3-bytes = "0.1.2"
# external
anyhow = "1.0.75"
bytes = "1.9.0"
bytes = "1.10.0"
dirs = { version = "6.0.0", features = [] }
futures-core = "0.3.31"
futures-util = "0.3.31"
globset = { version = "0.4.15", features = ["serde"] }
heck = "0.5.0"
http = "1.2.0"
jiff = { version = "0.1.28", features = ["default", "serde"] }
jiff = { version = "0.1.29", features = ["default", "serde"] }
jiter = { version = "0.8.2", features = ["python"] }
regex = "1.11.1"
reqwest = { version = "0.12.12", features = ["blocking", "brotli", "charset", "cookies", "deflate", "gzip", "http2", "macos-system-configuration", "rustls-tls-native-roots", "stream", "zstd"], default-features = false}
Expand Down

0 comments on commit b1d75f9

Please sign in to comment.