Skip to content

Commit 0000037

Browse files
committed
chore(deps): bump rust_decimal version
1 parent e5c9bee commit 0000037

File tree

7 files changed

+79
-57
lines changed

7 files changed

+79
-57
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ updates:
44
directory: "/"
55
# Check for updates every Monday
66
schedule:
7-
interval: "weekly"
7+
interval: "daily"

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "haqq-grpc"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
license = "MIT"
66
keywords = ["haqq", "cosmos", "evmos", "grpc", "proto"]
@@ -20,7 +20,7 @@ prost = "~0.12"
2020
# prost-wkt-types = { version = "0.5.0", features = ["vendored-protox"] }
2121
prost-types = { version = "~0.12" }
2222
pbjson-types = "~0.6"
23-
rust_decimal = "~1.35"
23+
rust_decimal = "~1.36"
2424
tonic = "~0.11"
2525
tracing = "~0.1"
2626
serde = "~1"

devenv.lock

+66-48
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1718384650,
6+
"lastModified": 1737540480,
77
"owner": "cachix",
88
"repo": "devenv",
9-
"rev": "1f8f5120a654618467692402650323bfc540aa7e",
10-
"treeHash": "b80c7f7af9f40be2722b87247f2a45058da37b28",
9+
"rev": "5cd6c94c7d6edf5dbf1c579de3c9db8fbd515a5f",
1110
"type": "github"
1211
},
1312
"original": {
@@ -17,14 +16,33 @@
1716
"type": "github"
1817
}
1918
},
19+
"fenix": {
20+
"inputs": {
21+
"nixpkgs": [
22+
"nixpkgs"
23+
],
24+
"rust-analyzer-src": "rust-analyzer-src"
25+
},
26+
"locked": {
27+
"lastModified": 1737700483,
28+
"owner": "nix-community",
29+
"repo": "fenix",
30+
"rev": "bab2a2840bc2d5ae7c6a133602185edbe4ca7daa",
31+
"type": "github"
32+
},
33+
"original": {
34+
"owner": "nix-community",
35+
"repo": "fenix",
36+
"type": "github"
37+
}
38+
},
2039
"flake-compat": {
2140
"flake": false,
2241
"locked": {
23-
"lastModified": 1696426674,
42+
"lastModified": 1733328505,
2443
"owner": "edolstra",
2544
"repo": "flake-compat",
26-
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
27-
"treeHash": "2addb7b71a20a25ea74feeaf5c2f6a6b30898ecb",
45+
"rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
2846
"type": "github"
2947
},
3048
"original": {
@@ -33,10 +51,31 @@
3351
"type": "github"
3452
}
3553
},
54+
"git-hooks": {
55+
"inputs": {
56+
"flake-compat": "flake-compat",
57+
"gitignore": "gitignore",
58+
"nixpkgs": [
59+
"nixpkgs"
60+
]
61+
},
62+
"locked": {
63+
"lastModified": 1737465171,
64+
"owner": "cachix",
65+
"repo": "git-hooks.nix",
66+
"rev": "9364dc02281ce2d37a1f55b6e51f7c0f65a75f17",
67+
"type": "github"
68+
},
69+
"original": {
70+
"owner": "cachix",
71+
"repo": "git-hooks.nix",
72+
"type": "github"
73+
}
74+
},
3675
"gitignore": {
3776
"inputs": {
3877
"nixpkgs": [
39-
"pre-commit-hooks",
78+
"git-hooks",
4079
"nixpkgs"
4180
]
4281
},
@@ -45,7 +84,6 @@
4584
"owner": "hercules-ci",
4685
"repo": "gitignore.nix",
4786
"rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
48-
"treeHash": "ca14199cabdfe1a06a7b1654c76ed49100a689f9",
4987
"type": "github"
5088
},
5189
"original": {
@@ -56,11 +94,10 @@
5694
},
5795
"nixpkgs": {
5896
"locked": {
59-
"lastModified": 1718276985,
97+
"lastModified": 1737622296,
6098
"owner": "NixOS",
6199
"repo": "nixpkgs",
62-
"rev": "3f84a279f1a6290ce154c5531378acc827836fbb",
63-
"treeHash": "adface36fff6ac1cbf7e131a4ce2f265cfe5800b",
100+
"rev": "055c50feaa548eadca66407630961b77f3ebb750",
64101
"type": "github"
65102
},
66103
"original": {
@@ -70,51 +107,32 @@
70107
"type": "github"
71108
}
72109
},
73-
"nixpkgs-stable": {
74-
"locked": {
75-
"lastModified": 1718229064,
76-
"owner": "NixOS",
77-
"repo": "nixpkgs",
78-
"rev": "5c2ec3a5c2ee9909904f860dadc19bc12cd9cc44",
79-
"treeHash": "bc5492bdbd2e237854893983056910e9dab065b3",
80-
"type": "github"
81-
},
82-
"original": {
83-
"owner": "NixOS",
84-
"ref": "nixos-23.11",
85-
"repo": "nixpkgs",
86-
"type": "github"
110+
"root": {
111+
"inputs": {
112+
"devenv": "devenv",
113+
"fenix": "fenix",
114+
"git-hooks": "git-hooks",
115+
"nixpkgs": "nixpkgs",
116+
"pre-commit-hooks": [
117+
"git-hooks"
118+
]
87119
}
88120
},
89-
"pre-commit-hooks": {
90-
"inputs": {
91-
"flake-compat": "flake-compat",
92-
"gitignore": "gitignore",
93-
"nixpkgs": [
94-
"nixpkgs"
95-
],
96-
"nixpkgs-stable": "nixpkgs-stable"
97-
},
121+
"rust-analyzer-src": {
122+
"flake": false,
98123
"locked": {
99-
"lastModified": 1717664902,
100-
"owner": "cachix",
101-
"repo": "pre-commit-hooks.nix",
102-
"rev": "cc4d466cb1254af050ff7bdf47f6d404a7c646d1",
103-
"treeHash": "def977583217aad11744d144c1f7fc216ce450bf",
124+
"lastModified": 1737634189,
125+
"owner": "rust-lang",
126+
"repo": "rust-analyzer",
127+
"rev": "84d44d0a574630aa8500ed62b6c01ccd3fae2473",
104128
"type": "github"
105129
},
106130
"original": {
107-
"owner": "cachix",
108-
"repo": "pre-commit-hooks.nix",
131+
"owner": "rust-lang",
132+
"ref": "nightly",
133+
"repo": "rust-analyzer",
109134
"type": "github"
110135
}
111-
},
112-
"root": {
113-
"inputs": {
114-
"devenv": "devenv",
115-
"nixpkgs": "nixpkgs",
116-
"pre-commit-hooks": "pre-commit-hooks"
117-
}
118136
}
119137
},
120138
"root": "root",

devenv.nix

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
{
44
# https://devenv.sh/basics/
5-
env.GREET = "devenv";
65
# FIXME: trows error, uncomment when fixed
76
# env.RUSTC_WRAPPER = "${pkgs.sccache}/bin/sccache";
87
# don't clash with rust-analyzer

devenv.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
inputs:
22
nixpkgs:
33
url: github:NixOS/nixpkgs/nixpkgs-unstable
4+
fenix:
5+
url: github:nix-community/fenix
6+
inputs:
7+
nixpkgs:
8+
follows: nixpkgs

haqq-node

Submodule haqq-node updated 472 files

0 commit comments

Comments
 (0)