Skip to content

Commit

Permalink
Bump the minor group in /public/pathway with 17 updates (#5589)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 5ea0a33c10e1f5195d1e2dcef9dd7e85de07d301
  • Loading branch information
dependabot[bot] authored and Manul from Pathway committed Feb 5, 2024
1 parent 02cfbbc commit f06c6fb
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 49 deletions.
98 changes: 54 additions & 44 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ doctest = false

[dev-dependencies]
assert_matches = "1.5.0"
eyre = "0.6.11"
eyre = "0.6.12"

[dependencies]
arc-swap = "1.6.0"
Expand All @@ -35,7 +35,7 @@ futures = "0.3.30"
glob = "0.3.1"
hyper = { version = "0.14", features = ["server"] }
id-arena = "2.2.1"
itertools = "0.12.0"
itertools = "0.12.1"
jemallocator = { version = "0.5.4", features = ["stats", "disable_initial_exec_tls"] }
log = { version = "0.4.20", features = ["std"] }
ndarray = { version = "0.15.6", features = ["serde"] }
Expand All @@ -50,7 +50,7 @@ opentelemetry_sdk = { version = "0.21.2", features = ["rt-tokio", "rt-tokio-curr
ordered-float = { version = "4.2.0", features = ["serde"] }
pipe = "0.4.0"
postgres = { version = "0.19.7", features = ["with-chrono-0_4", "with-serde_json-1"] }
prometheus-client = "0.22.0"
prometheus-client = "0.22.1"
pyo3 = { version = "0.20.2", features = ["abi3-py310", "multiple-pymethods"] }
pyo3-asyncio = "0.20.0"
pyo3-log = "0.9.0"
Expand All @@ -62,14 +62,14 @@ scopeguard = "1.2.0"
send_wrapper = "0.6.0"
serde = { version = "1.0.196", features = ["derive", "rc"] }
serde_json = "1.0"
serde_with = "3.5.1"
serde_with = "3.6.0"
smallvec = { version = "1.13.1", features = ["union", "const_generics"] }
syn = { version = "2.0.48", features = ["default", "full", "visit", "visit-mut"] } # Hack to keep features unified between normal and build deps
sysinfo = "0.30.5"
tempfile = "3.9.0"
thiserror = "1.0.56"
timely = { path = "./external/timely-dataflow/timely", features = ["bincode"] }
tokio = { version = "1.35.1", features = ["rt-multi-thread"] }
tokio = { version = "1.36.0", features = ["rt-multi-thread"] }
uuid = { version = "1.7.0", features = ["v4"] }
xxhash-rust = { version = "0.8.8", features = ["xxh3"] }

Expand Down

0 comments on commit f06c6fb

Please sign in to comment.