Skip to content

Commit

Permalink
Merge commit 'refs/pullreqs/2416' into sean/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scsmithr committed Jan 12, 2024
2 parents 2f9de68 + b4f5b87 commit 463f4ac
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/rpcsrv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ bytes = "1.4"
futures = { workspace = true }
dashmap = "5.5.0"
arrow-flight = { version = "47.0.0", features = ["flight-sql-experimental"] }
base64 = "0.21.5"
base64 = "0.21.7"
2 changes: 1 addition & 1 deletion crates/snowflake_connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ chrono = { workspace = true }
uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
datafusion = { workspace = true }
hex = "0.4.3"
base64 = "0.21.5"
base64 = "0.21.7"
bytes = "1.4.0"
flate2 = "1.0.28"
decimal = { path = "../decimal" }
Expand Down

0 comments on commit 463f4ac

Please sign in to comment.