Skip to content

Commit

Permalink
Bump the minor group in /public/pathway with 8 updates (#5524)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 70a3200260713566a4442fc29aaefa319f2910a9
  • Loading branch information
dependabot[bot] authored and Manul from Pathway committed Jan 29, 2024
1 parent 958cdc6 commit 3933fae
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
50 changes: 25 additions & 25 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bincode = "1.3.3"
bitflags = { version = "2.4.2", features = ["std"] } # Hack to keep features unified between normal and dev deps
bytes = "1.5.0"
cfg-if = "1.0.0"
chrono = { version = "0.4.31", features = ["std", "clock"], default-features = false }
chrono = { version = "0.4.33", features = ["std", "clock"], default-features = false }
chrono-tz = "0.8.5"
crossbeam-channel = "0.5.11"
csv = "1.3.0"
Expand Down Expand Up @@ -56,9 +56,9 @@ rusqlite = { version = "0.30.0", features = ["bundled"] }
rust-s3 = { version = "0.33.0", features = ["sync-native-tls-vendored", "sync-native-tls", "fail-on-err"], default-features = false }
scopeguard = "1.2.0"
send_wrapper = "0.6.0"
serde = { version = "1.0.195", features = ["derive", "rc"] }
serde = { version = "1.0.196", features = ["derive", "rc"] }
serde_json = "1.0"
serde_with = "3.5.0"
serde_with = "3.5.1"
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
tempfile = "3.9.0"
Expand Down

0 comments on commit 3933fae

Please sign in to comment.