flake.lock: bump, Cargo.{toml,lock}: update inputs
This commit is contained in:
Generated
+1245
-799
File diff suppressed because it is too large
Load Diff
+13
-13
@@ -4,18 +4,18 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.100"
|
||||
clap = { version = "4.5.35", features = ["derive"] }
|
||||
clap_complete = "4.5.47"
|
||||
forgejo-api = { version = "0.9.0", default-features = false, features = ["rustls-tls"] }
|
||||
gitea-sdk = "0.6.0"
|
||||
gitlab = "0.1807.0"
|
||||
gix = "0.70.0"
|
||||
octocrab = "0.49.5"
|
||||
regex = "1.12.2"
|
||||
sd-notify = "0.4.5"
|
||||
anyhow = "1.0.102"
|
||||
clap = { version = "4.6.1", features = ["derive"] }
|
||||
clap_complete = "4.6.2"
|
||||
forgejo-api = { version = "0.10.0", default-features = false, features = ["rustls-tls"] }
|
||||
gitea-sdk = "0.6.1"
|
||||
gitlab = "0.1811.0"
|
||||
gix = "0.82.0"
|
||||
octocrab = "0.49.8"
|
||||
regex = "1.12.3"
|
||||
sd-notify = "0.5.0"
|
||||
serde = "1.0.228"
|
||||
serde_json = "1.0.149"
|
||||
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
|
||||
tracing = "0.1.41"
|
||||
tracing-journald = "0.3.1"
|
||||
tokio = { version = "1.52.1", features = ["macros", "rt-multi-thread"] }
|
||||
tracing = "0.1.44"
|
||||
tracing-journald = "0.3.2"
|
||||
|
||||
Generated
+6
-6
@@ -2,11 +2,11 @@
|
||||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1768305791,
|
||||
"narHash": "sha256-AIdl6WAn9aymeaH/NvBj0H9qM+XuAuYbGMZaP0zcXAQ=",
|
||||
"lastModified": 1776877367,
|
||||
"narHash": "sha256-EHq1/OX139R1RvBzOJ0aMRT3xnWyqtHBRUBuO1gFzjI=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "1412caf7bf9e660f2f962917c14b1ea1c3bc695e",
|
||||
"rev": "0726a0ecb6d4e08f6adced58726b95db924cef57",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -29,11 +29,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1768445213,
|
||||
"narHash": "sha256-y0BglISgDr61vvdb35m0O4npuqh1pojlBNDILo9j8AI=",
|
||||
"lastModified": 1777086717,
|
||||
"narHash": "sha256-vEl3cGHRxEFdVNuP9PbrhAWnmU98aPOLGy9/1JXzSuM=",
|
||||
"owner": "oxalica",
|
||||
"repo": "rust-overlay",
|
||||
"rev": "1cd63408e71cc0e6a89ff2cb7c4107214e2523cc",
|
||||
"rev": "3be56bd430bfd65d3c468a50626c3a601c7dee03",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
Reference in New Issue
Block a user