Skip to content

Commit

Permalink
Merge pull request #47 from estie-inc/staging-0.6.3
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
kenkoooo authored Nov 4, 2024
2 parents a9a693d + 9a64a0b commit 4ba3202
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snowflake-connector-rs"
version = "0.6.2"
version = "0.6.3"
edition = "2021"
authors = ["kenkoooo <[email protected]>"]
description = "A Rust client for Snowflake"
Expand All @@ -10,24 +10,24 @@ license = "MIT"
keywords = ["snowflake", "database", "sql", "client"]

[dependencies]
http = "0.2"
reqwest = { version = "0.11", features = [
http = "1.1"
reqwest = { version = "0.12", features = [
"json",
"gzip",
"rustls-tls",
], default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
uuid = { version = "1.3", features = ["v4"] }
uuid = { version = "1.11", features = ["v4"] }
flate2 = "1.0"
tokio = { version = "1.32", features = ["rt"] }
tokio = { version = "1.41", features = ["rt"] }
chrono = "0.4"
pkcs8 = { version = "0.10", features = ["pem", "pkcs5", "encryption"] }
rsa = "0.9.4"
sha2 = "0.10.8"
base64 = "0.21.5"
jsonwebtoken = "9.1.0"
rsa = "0.9"
sha2 = "0.10"
base64 = "0.22"
jsonwebtoken = "9.1"

[dev-dependencies]
tokio = { version = "1.32", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.41", features = ["macros", "rt-multi-thread"] }

0 comments on commit 4ba3202

Please sign in to comment.