Skip to content

Commit

Permalink
bump dependencies & rust
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Jul 22, 2023
1 parent 3cd3060 commit d90abd8
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 80 deletions.
142 changes: 74 additions & 68 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adana"
version = "0.13.31"
version = "0.13.32"
edition = "2021"
authors = ["Nordine Bittich"]
license = "MIT"
Expand All @@ -18,24 +18,24 @@ exclude = [
]

[dependencies]
anyhow = "1.0.71"
anyhow = "1.0.72"
bincode = "1.3.3"
dirs = "5.0.1"
log = "0.4.18"
dirs = "5.0.1" # todo maybe replace by the home crate
log = "0.4.19"
nom = { version = "7.1.3" }
nu-ansi-term = "0.48.0"
rustyline = "11.0.0"
rustyline-derive = "0.8.0"
serde = { version = "1.0.164", features = ['serde_derive', 'rc'] }
serde_json = "1.0.96"
rustyline = "12.0.0"
rustyline-derive = "0.9.0"
serde = { version = "1.0.174", features = ['serde_derive', 'rc'] }
serde_json = "1.0.103"
slab_tree = "0.3.2"
strum = { version = "0.24.1", features = ["derive"] }
strum = { version = "0.25.0", features = ["derive"] }
ctrlc = "3.4.0"
[dependencies.env_logger]
default-features = false
version = "0.10.0"
[dependencies.regex]
version = "1.8.3"
version = "1.9.1"
default-features = false
# regex currently requires the standard library, you must re-enable it.
features = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.70-bullseye as builder
FROM rust:1.71-bullseye as builder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "stable"
host = "1.70.0"
host = "1.71.0"
targets = ["x86_64-unknown-linux-musl"]
Binary file added static_binaries/adana-0.13.2
Binary file not shown.

0 comments on commit d90abd8

Please sign in to comment.