Skip to content

Commit

Permalink
dependencies update and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
iganev committed Jul 31, 2024
1 parent ad9a823 commit 11c5bbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "database-reflection"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
authors = ["Ivan Ganev <[email protected]>"]
description = "Database reflection library. Currently supporting only MariaDB and MySQL with InnoDB."
Expand All @@ -20,10 +20,10 @@ path = "src/lib.rs"
mariadb = [ "sqlx/mysql" ]

[dependencies]
sqlx = { version = "^0.7", features = ["runtime-tokio-rustls"] }
serde = { version = "^1", features = ["derive", "rc"] }
serde_json = { version = "^1", features = ["preserve_order"] }
indexmap = { version = "^2", features = ["serde"] }
sqlx = { version = "0", features = ["runtime-tokio-rustls"] }
serde = { version = "1", features = ["derive", "rc"] }
serde_json = { version = "1", features = ["preserve_order"] }
indexmap = { version = "2", features = ["serde"] }

[badges]
maintenance = { status = "actively-developed" }

0 comments on commit 11c5bbc

Please sign in to comment.