Skip to content

Commit

Permalink
⬆️ upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Odonno committed Apr 20, 2024
1 parent ecfbbba commit 739a83a
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
SURREALDB_VERSION: v1.4.0
SURREALDB_VERSION: v1.4.2

jobs:
ci:
Expand Down
106 changes: 86 additions & 20 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.37"
chrono = "0.4.38"
chrono-human-duration = "0.1.1"
clap = { version = "4.5.4", features = ["derive"] }
cli-table = "0.4.7"
Expand All @@ -27,10 +27,10 @@ itertools = "0.12.1"
names = { version = "0.14.0", default-features = false }
regex = "1.10.4"
rust-ini = "0.21.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
sqlparser = "0.45.0"
surrealdb = { version = "1.4.0", features = ["protocol-http", "sql2"] }
surrealdb = { version = "1.4.2", features = ["protocol-http", "sql2"] }
tokio = { version = "1.37.0", features = ["macros"] }

[dev-dependencies]
Expand Down

0 comments on commit 739a83a

Please sign in to comment.