Skip to content

Commit

Permalink
Merge pull request #24 from mrautio/feature/updates-2023-10-29
Browse files Browse the repository at this point in the history
Update dependencies 2023-12-04
  • Loading branch information
mrautio authored Dec 4, 2023
2 parents 47430c4 + bd38637 commit c285ab4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions emvpt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ iso7816-tlv = "0.4.3"
hexplay = "0.2.1"
asn1_der = "0.7.6"
hex = "0.4.3"
serde = { version = "1.0.171", features = ["derive"] }
serde_yaml = "0.9.22"
log = "0.4.19"
serde = { version = "1.0.193", features = ["derive"] }
serde_yaml = "0.9.27"
log = "0.4.20"
log4rs = "1.2.0"
rand_chacha = "0.3.1"
rand = "0.8.5"
# NOTE: mingw pre built binaries here: https://bintray.com/vszakats/generic/openssl
openssl-sys = "0.9.90"
openssl = "0.10.55"
chrono = "0.4.26"
regex = "1.9.1"
openssl-sys = "0.9.96"
openssl = "0.10.60"
chrono = "0.4.31"
regex = "1.10.2"
8 changes: 4 additions & 4 deletions nix/sources.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"nixpkgs": {
"branch": "nixos-22.11",
"branch": "nixos-23.11",
"description": "Nix Packages collection",
"homepage": null,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ea4c80b39be4c09702b0cb3b42eab59e2ba4f24b",
"sha256": "1xi53rlslcprybsvrmipm69ypd3g3hr7wkxvzc73ag8296yclyll",
"rev": "933d7dc155096e7575d207be6fb7792bc9f34f6d",
"sha256": "1gcqpm7v42wfmq0wrl4dym9kg4y7n4f5wsgvisq52zr90vjvylwx",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/ea4c80b39be4c09702b0cb3b42eab59e2ba4f24b.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/933d7dc155096e7575d207be6fb7792bc9f34f6d.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}
8 changes: 4 additions & 4 deletions terminalsimulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ edition = "2018"

[dependencies]
emvpt = { path = "../emvpt", version = "0.1.0" }
log = "0.4.19"
log = "0.4.20"
log4rs = "1.2.0"
clap = { version = "4.3.12", features = ["derive"] }
clap = { version = "4.4.10", features = ["derive"] }
pcsc = "2.8.0"
regex = "1.9.1"
regex = "1.10.2"
hex = "0.4.3"
rpassword = "7.2.0"
rpassword = "7.3.1"

0 comments on commit c285ab4

Please sign in to comment.